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

Diff for /src/usr.bin/tmux/cmd-list-panes.c between version 1.7 and 1.8

version 1.7, 2011/01/04 00:42:46 version 1.8, 2011/03/27 20:27:26
Line 64 
Line 64 
                 }                  }
                 size += gd->hsize * sizeof *gd->linedata;                  size += gd->hsize * sizeof *gd->linedata;
   
                 ctx->print(ctx, "%u: [%ux%u] [history %u/%u, %llu bytes]%s%s",                  ctx->print(ctx, "%u: [%ux%u] [history %u/%u, %llu bytes] %%%u%s%s",
                     n, wp->sx, wp->sy, gd->hsize, gd->hlimit, size,                      n, wp->sx, wp->sy, gd->hsize, gd->hlimit, size, wp->id,
                     wp == wp->window->active ? " (active)" : "",                      wp == wp->window->active ? " (active)" : "",
                     wp->fd == -1 ? " (dead)" : "");                      wp->fd == -1 ? " (dead)" : "");
                 n++;                  n++;

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8