[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.107 and 1.108

version 1.107, 2019/06/20 11:59:59 version 1.108, 2019/06/20 13:40:22
Line 563 
Line 563 
   
         { .name = "allow-rename",          { .name = "allow-rename",
           .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
         },          },
   
         { .name = "alternate-screen",          { .name = "alternate-screen",
           .type = OPTIONS_TABLE_FLAG,            .type = OPTIONS_TABLE_FLAG,
           .scope = OPTIONS_TABLE_WINDOW,            .scope = OPTIONS_TABLE_WINDOW|OPTIONS_TABLE_PANE,
           .default_num = 1            .default_num = 1
         },          },
   

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