[BACK]Return to status.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / tmux

Diff for /src/usr.bin/tmux/status.c between version 1.74 and 1.75

version 1.74, 2011/04/24 21:32:07 version 1.75, 2011/04/29 07:07:31
Line 642 
Line 642 
                 buf = xstrdup(line);                  buf = xstrdup(line);
   
         so->out = buf;          so->out = buf;
         server_redraw_client(c);          server_status_client(c);
 }  }
   
 /* Return winlink status line entry and adjust gc as necessary. */  /* Return winlink status line entry and adjust gc as necessary. */

Legend:
Removed from v.1.74  
changed lines
  Added in v.1.75