[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.24 and 1.25

version 1.24, 2012/08/14 08:51:53 version 1.25, 2012/10/25 11:26:47
Line 99 
Line 99 
                 format_add(ft, "line", "%u", n);                  format_add(ft, "line", "%u", n);
                 format_session(ft, s);                  format_session(ft, s);
                 format_winlink(ft, s, wl);                  format_winlink(ft, s, wl);
                   format_window_pane(ft, wl->window->active);
   
                 line = format_expand(ft, template);                  line = format_expand(ft, template);
                 ctx->print(ctx, "%s", line);                  ctx->print(ctx, "%s", line);

Legend:
Removed from v.1.24  
changed lines
  Added in v.1.25