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

Diff for /src/usr.bin/tmux/cmd-list-windows.c between version 1.2 and 1.3

version 1.2, 2009/07/13 23:11:35 version 1.3, 2009/07/19 13:21:40
Line 78 
Line 78 
                         else                          else
                                 name = "unknown";                                  name = "unknown";
                         ctx->print(ctx,                          ctx->print(ctx,
                             "     %s [%ux%u %s] [history %u/%u, %llu bytes]",                              "     %s [%ux%u] [history %u/%u, %llu bytes]",
                             name, wp->sx, wp->sy, layout_name(w), gd->hsize,                              name, wp->sx, wp->sy, gd->hsize, gd->hlimit, size);
                             gd->hlimit, size);  
                 }                  }
         }          }
   

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3