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

Diff for /src/usr.bin/tmux/window.c between version 1.118 and 1.119

version 1.118, 2015/04/19 21:34:21 version 1.119, 2015/04/20 07:50:49
Line 650 
Line 650 
 char *  char *
 window_printable_flags(struct session *s, struct winlink *wl)  window_printable_flags(struct session *s, struct winlink *wl)
 {  {
         char    flags[BUFSIZ];          char    flags[32];
         int     pos;          int     pos;
   
         pos = 0;          pos = 0;

Legend:
Removed from v.1.118  
changed lines
  Added in v.1.119