Revision: 2829
          http://tmux.svn.sourceforge.net/tmux/?rev=2829&view=rev
Author:   tcunha
Date:     2012-06-18 16:23:42 +0000 (Mon, 18 Jun 2012)
Log Message:
-----------
More ifdef goo is needed due to NOKERNINFO.

Modified Paths:
--------------
    trunk/client.c

Modified: trunk/client.c
===================================================================
--- trunk/client.c      2012-06-18 15:25:23 UTC (rev 2828)
+++ trunk/client.c      2012-06-18 16:23:42 UTC (rev 2829)
@@ -246,7 +246,9 @@
                cfmakeraw(&tio);
                tio.c_iflag = ICRNL|IXANY;
                tio.c_oflag = OPOST|ONLCR;
+#ifdef NOKERNINFO
                tio.c_lflag = NOKERNINFO;
+#endif
                tio.c_cflag = CREAD|CS8|HUPCL;
                tio.c_cc[VMIN] = 1;
                tio.c_cc[VTIME] = 0;

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
tmux-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tmux-cvs

Reply via email to