[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.112 and 1.113

version 1.112, 2019/11/14 07:55:01 version 1.113, 2019/11/14 16:23:23
Line 730 
Line 730 
           .type = OPTIONS_TABLE_CHOICE,            .type = OPTIONS_TABLE_CHOICE,
           .scope = OPTIONS_TABLE_WINDOW,            .scope = OPTIONS_TABLE_WINDOW,
           .choices = options_table_window_size_list,            .choices = options_table_window_size_list,
           .default_num = WINDOW_SIZE_SMALLEST            .default_num = WINDOW_SIZE_LATEST
         },          },
   
         { .name = "window-style",          { .name = "window-style",

Legend:
Removed from v.1.112  
changed lines
  Added in v.1.113