[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.4 and 1.5

version 1.4, 2009/07/26 12:58:44 version 1.5, 2009/07/28 06:48:44
Line 112 
Line 112 
                 RB_FOREACH(wl, winlinks, &s->windows) {                  RB_FOREACH(wl, winlinks, &s->windows) {
                         w = wl->window;                          w = wl->window;
                         ctx->print(ctx, "%4u: %s [%ux%u] [flags=0x%x, "                          ctx->print(ctx, "%4u: %s [%ux%u] [flags=0x%x, "
                             "references=%u, layout=%u]", wl->idx, w->name,                              "references=%u, last layout=%d]", wl->idx, w->name,
                             w->sx, w->sy, w->flags, w->references,                              w->sx, w->sy, w->flags, w->references,
                             w->layout);                              w->lastlayout);
                         j = 0;                          j = 0;
                         TAILQ_FOREACH(wp, &w->panes, entry) {                          TAILQ_FOREACH(wp, &w->panes, entry) {
                                 lines = ulines = size = usize = 0;                                  lines = ulines = size = usize = 0;

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5