Update of /cvsroot/tmux/tmux In directory vz-cvs-2.sog:/tmp/cvs-serv22383 Modified Files: status.c Log Message: Sync OpenBSD patchset 899:
Only redraw the status line on command update, not the entire client (big DOH). Index: status.c =================================================================== RCS file: /cvsroot/tmux/tmux/status.c,v retrieving revision 1.159 retrieving revision 1.160 diff -u -d -r1.159 -r1.160 --- status.c 25 Apr 2011 20:35:22 -0000 1.159 +++ status.c 5 May 2011 10:02:36 -0000 1.160 @@ -642,7 +642,7 @@ buf = xstrdup(line); so->out = buf; - server_redraw_client(c); + server_status_client(c); } /* Return winlink status line entry and adjust gc as necessary. */ ------------------------------------------------------------------------------ WhatsUp Gold - Download Free Network Management Software The most intuitive, comprehensive, and cost-effective network management toolset available today. Delivers lowest initial acquisition cost and overall TCO of any competing solution. http://p.sf.net/sfu/whatsupgold-sd _______________________________________________ tmux-cvs mailing list tmux-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/tmux-cvs