[BACK]Return to cmd-server-info.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / tmux

Diff for /src/usr.bin/tmux/Attic/cmd-server-info.c between version 1.32 and 1.33

version 1.32, 2013/03/24 09:54:10 version 1.33, 2013/03/25 10:11:45
Line 102 
Line 102 
                 *strchr(tim, '\n') = '\0';                  *strchr(tim, '\n') = '\0';
   
                 cmdq_print(cmdq, "%2u: %s: %u windows (created %s) [%ux%u] "                  cmdq_print(cmdq, "%2u: %s: %u windows (created %s) [%ux%u] "
                     "[flags=0x%x]", s->idx, s->name,                      "[flags=0x%x]", s->id, s->name,
                     winlink_count(&s->windows), tim, s->sx, s->sy, s->flags);                      winlink_count(&s->windows), tim, s->sx, s->sy, s->flags);
                 RB_FOREACH(wl, winlinks, &s->windows) {                  RB_FOREACH(wl, winlinks, &s->windows) {
                         w = wl->window;                          w = wl->window;

Legend:
Removed from v.1.32  
changed lines
  Added in v.1.33