Update of /cvsroot/tmux/tmux
In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv23467

Modified Files:
        osdep-linux.c tmux.1 
Log Message:
osdep-linux.c

Index: osdep-linux.c
===================================================================
RCS file: /cvsroot/tmux/tmux/osdep-linux.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- osdep-linux.c       30 Dec 2010 20:41:08 -0000      1.7
+++ osdep-linux.c       13 Jan 2011 19:58:47 -0000      1.8
@@ -65,7 +65,12 @@
 {
        /*
         * On Linux, epoll doesn't work on /dev/null (yes, really).
+        *
+        * This has been commented because libevent versions up until the very
+        * latest (1.4 git or 2.0.10) do not handle signals properly when using
+        * poll or select, causing hangs.
+        * 
         */
-       setenv("EVENT_NOEPOLL", "1", 1);
+       /* setenv("EVENT_NOEPOLL", "1", 1); */
        return (event_init());
 }

Index: tmux.1
===================================================================
RCS file: /cvsroot/tmux/tmux/tmux.1,v
retrieving revision 1.287
retrieving revision 1.288
diff -u -d -r1.287 -r1.288
--- tmux.1      7 Jan 2011 15:02:38 -0000       1.287
+++ tmux.1      13 Jan 2011 19:58:47 -0000      1.288
@@ -2144,8 +2144,11 @@
 and
 .Em rmcup
 .Xr terminfo 5
-capabilities to be issued to preserve the existing window content on start and
-restore it on exit.
+capabilities.
+The alternate screen feature preserves the contents of the window when an
+interactive application starts and restores it on exit, so that any output
+visible before the application starts reappears unchanged after it exits.
+The default is on.
 .Pp
 .It Xo Ic automatic-rename
 .Op Ic on | off


------------------------------------------------------------------------------
Protect Your Site and Customers from Malware Attacks
Learn about various malware tactics and how to avoid them. Understand 
malware threats, the impact they can have on your business, and how you 
can protect your company and customers by using code signing.
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
tmux-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tmux-cvs

Reply via email to