[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.74 and 1.75

version 1.74, 2016/10/03 22:52:11 version 1.75, 2016/10/13 21:37:03
Line 320 
Line 320 
           .default_num = 500            .default_num = 500
         },          },
   
         { .name = "set-remain-on-exit",  
           .type = OPTIONS_TABLE_FLAG,  
           .scope = OPTIONS_TABLE_SESSION,  
           .default_num = 0  
         },  
   
         { .name = "set-titles",          { .name = "set-titles",
           .type = OPTIONS_TABLE_FLAG,            .type = OPTIONS_TABLE_FLAG,
           .scope = OPTIONS_TABLE_SESSION,            .scope = OPTIONS_TABLE_SESSION,

Legend:
Removed from v.1.74  
changed lines
  Added in v.1.75