[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.106 and 1.107

version 1.106, 2019/05/26 17:34:45 version 1.107, 2019/06/20 11:59:59
Line 700 
Line 700 
   
         { .name = "remain-on-exit",          { .name = "remain-on-exit",
           .type = OPTIONS_TABLE_FLAG,            .type = OPTIONS_TABLE_FLAG,
           .scope = OPTIONS_TABLE_WINDOW,            .scope = OPTIONS_TABLE_WINDOW|OPTIONS_TABLE_PANE,
           .default_num = 0            .default_num = 0
         },          },
   
Line 712 
Line 712 
   
         { .name = "window-active-style",          { .name = "window-active-style",
           .type = OPTIONS_TABLE_STYLE,            .type = OPTIONS_TABLE_STYLE,
           .scope = OPTIONS_TABLE_WINDOW,            .scope = OPTIONS_TABLE_WINDOW|OPTIONS_TABLE_PANE,
           .default_str = "default"            .default_str = "default"
         },          },
   
Line 725 
Line 725 
   
         { .name = "window-style",          { .name = "window-style",
           .type = OPTIONS_TABLE_STYLE,            .type = OPTIONS_TABLE_STYLE,
           .scope = OPTIONS_TABLE_WINDOW,            .scope = OPTIONS_TABLE_WINDOW|OPTIONS_TABLE_PANE,
           .default_str = "default"            .default_str = "default"
         },          },
   

Legend:
Removed from v.1.106  
changed lines
  Added in v.1.107