[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.89 and 1.90

version 1.89, 2017/06/03 17:43:01 version 1.90, 2017/06/23 15:36:52
Line 136 
Line 136 
           .separator = ","            .separator = ","
         },          },
   
           { .name = "user-keys",
             .type = OPTIONS_TABLE_ARRAY,
             .scope = OPTIONS_TABLE_SERVER,
             .default_str = "",
             .separator = ","
           },
   
         { .name = "assume-paste-time",          { .name = "assume-paste-time",
           .type = OPTIONS_TABLE_NUMBER,            .type = OPTIONS_TABLE_NUMBER,
           .scope = OPTIONS_TABLE_SESSION,            .scope = OPTIONS_TABLE_SESSION,

Legend:
Removed from v.1.89  
changed lines
  Added in v.1.90