Update of /cvsroot/tmux/tmux
In directory vz-cvs-2.sog:/tmp/cvs-serv19948

Modified Files:
        cmd-set-option.c 
Log Message:
|PatchSet 877
|Date: 2011/03/29 21:31:22
|Author: nicm
|Branch: HEAD
|Tag: (none)
|Log:
|Update an out-of-date and inaccurate comment.



Index: cmd-set-option.c
===================================================================
RCS file: /cvsroot/tmux/tmux/cmd-set-option.c,v
retrieving revision 1.108
retrieving revision 1.109
diff -u -d -r1.108 -r1.109
--- cmd-set-option.c    15 Feb 2011 15:20:03 -0000      1.108
+++ cmd-set-option.c    6 Apr 2011 22:21:24 -0000       1.109
@@ -166,11 +166,7 @@
                        server_redraw_client(c);
        }
 
-       /*
-        * Special-case: kill all persistent jobs if status-left, status-right
-        * or set-titles-string have changed. Persistent jobs are only used by
-        * the status line at the moment so this works XXX.
-        */
+       /* Force redraw when some special cases change. */
        if (strcmp(oe->name, "status-left") == 0 ||
            strcmp(oe->name, "status-right") == 0 ||
            strcmp(oe->name, "status") == 0 ||


------------------------------------------------------------------------------
Xperia(TM) PLAY
It's a major breakthrough. An authentic gaming
smartphone on the nation's most reliable network.
And it wants your games.
http://p.sf.net/sfu/verizon-sfdev
_______________________________________________
tmux-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tmux-cvs

Reply via email to