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

Modified Files:
        cmd-set-option.c 
Log Message:
|PatchSet 878
|Date: 2011/03/29 22:07:08
|Author: nicm
|Branch: HEAD
|Tag: (none)
|Log:
|Checking for particular options and redrawing is not necessary as we
|already redraw unconditionally.



Index: cmd-set-option.c
===================================================================
RCS file: /cvsroot/tmux/tmux/cmd-set-option.c,v
retrieving revision 1.109
retrieving revision 1.110
diff -u -d -r1.109 -r1.110
--- cmd-set-option.c    6 Apr 2011 22:21:24 -0000       1.109
+++ cmd-set-option.c    6 Apr 2011 22:22:25 -0000       1.110
@@ -166,19 +166,6 @@
                        server_redraw_client(c);
        }
 
-       /* 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 ||
-           strcmp(oe->name, "set-titles-string") == 0 ||
-           strcmp(oe->name, "window-status-format") == 0) {
-               for (i = 0; i < ARRAY_LENGTH(&clients); i++) {
-                       c = ARRAY_ITEM(&clients, i);
-                       if (c != NULL && c->session != NULL)
-                               server_redraw_client(c);
-               }
-       }
-
        return (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