[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.103 and 1.104

version 1.103, 2014/03/31 21:41:07 version 1.104, 2014/04/17 07:36:45
Line 699 
Line 699 
                 flags[pos++] = '#';                  flags[pos++] = '#';
         if (wl->flags & WINLINK_BELL)          if (wl->flags & WINLINK_BELL)
                 flags[pos++] = '!';                  flags[pos++] = '!';
         if (wl->flags & WINLINK_CONTENT)  
                 flags[pos++] = '+';  
         if (wl->flags & WINLINK_SILENCE)          if (wl->flags & WINLINK_SILENCE)
                 flags[pos++] = '~';                  flags[pos++] = '~';
         if (wl == s->curw)          if (wl == s->curw)

Legend:
Removed from v.1.103  
changed lines
  Added in v.1.104