[BACK]Return to format.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / tmux

Diff for /src/usr.bin/tmux/format.c between version 1.4 and 1.5

version 1.4, 2011/11/15 23:21:52 version 1.5, 2012/01/30 09:39:34
Line 341 
Line 341 
         layout = layout_dump(w);          layout = layout_dump(w);
         flags = window_printable_flags(s, wl);          flags = window_printable_flags(s, wl);
   
           format_add(ft, "window_id", "@%u", w->id);
         format_add(ft, "window_index", "%d", wl->idx);          format_add(ft, "window_index", "%d", wl->idx);
         format_add(ft, "window_name", "%s", w->name);          format_add(ft, "window_name", "%s", w->name);
         format_add(ft, "window_width", "%u", w->sx);          format_add(ft, "window_width", "%u", w->sx);

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