[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.69 and 1.70

version 1.69, 2015/11/24 09:34:55 version 1.70, 2015/12/12 18:32:24
Line 211 
Line 211 
           .default_num = 2000            .default_num = 2000
         },          },
   
           { .name = "key-table",
             .type = OPTIONS_TABLE_STRING,
             .scope = OPTIONS_TABLE_SESSION,
             .default_str = "root"
           },
   
         { .name = "lock-after-time",          { .name = "lock-after-time",
           .type = OPTIONS_TABLE_NUMBER,            .type = OPTIONS_TABLE_NUMBER,
           .scope = OPTIONS_TABLE_SESSION,            .scope = OPTIONS_TABLE_SESSION,

Legend:
Removed from v.1.69  
changed lines
  Added in v.1.70