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

Diff for /src/usr.bin/tmux/options-table.c between version 1.56 and 1.57

version 1.56, 2015/04/29 15:59:08 version 1.57, 2015/05/06 08:35:39
Line 737 
Line 737 
   
         { .name = "window-status-current-format",          { .name = "window-status-current-format",
           .type = OPTIONS_TABLE_STRING,            .type = OPTIONS_TABLE_STRING,
           .default_str = "#I:#W#F"            .default_str = "#I:#W#{?window_flags,#{window_flags}, }"
         },          },
   
         { .name = "window-status-current-style",          { .name = "window-status-current-style",
Line 753 
Line 753 
   
         { .name = "window-status-format",          { .name = "window-status-format",
           .type = OPTIONS_TABLE_STRING,            .type = OPTIONS_TABLE_STRING,
           .default_str = "#I:#W#F"            .default_str = "#I:#W#{?window_flags,#{window_flags}, }"
         },          },
   
         { .name = "window-status-last-attr",          { .name = "window-status-last-attr",

Legend:
Removed from v.1.56  
changed lines
  Added in v.1.57