[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.61 and 1.62

version 1.61, 2015/07/20 15:50:04 version 1.62, 2015/08/28 12:31:55
Line 206 
Line 206 
           .default_str = "lock -np"            .default_str = "lock -np"
         },          },
   
         { .name = "lock-server",  
           .type = OPTIONS_TABLE_FLAG,  
           .default_num = 1  
         },  
   
         { .name = "message-attr",          { .name = "message-attr",
           .type = OPTIONS_TABLE_ATTRIBUTES,            .type = OPTIONS_TABLE_ATTRIBUTES,
           .default_num = 0,            .default_num = 0,

Legend:
Removed from v.1.61  
changed lines
  Added in v.1.62