[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.94 and 1.95

version 1.94, 2017/10/25 14:14:52 version 1.95, 2018/02/22 10:54:51
Line 97 
Line 97 
           .default_num = 500            .default_num = 500
         },          },
   
           { .name = "exit-empty",
             .type = OPTIONS_TABLE_FLAG,
             .scope = OPTIONS_TABLE_SERVER,
             .default_num = 1
           },
   
         { .name = "exit-unattached",          { .name = "exit-unattached",
           .type = OPTIONS_TABLE_FLAG,            .type = OPTIONS_TABLE_FLAG,
           .scope = OPTIONS_TABLE_SERVER,            .scope = OPTIONS_TABLE_SERVER,

Legend:
Removed from v.1.94  
changed lines
  Added in v.1.95