[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.82 and 1.83

version 1.82, 2017/01/16 14:52:25 version 1.83, 2017/01/24 19:53:37
Line 65 
Line 65 
           .default_num = 20            .default_num = 20
         },          },
   
           { .name = "command-alias",
             .type = OPTIONS_TABLE_ARRAY,
             .scope = OPTIONS_TABLE_SERVER,
             .default_str = "split-pane=split-window,"
                            "splitp=split-window"
           },
   
         { .name = "default-terminal",          { .name = "default-terminal",
           .type = OPTIONS_TABLE_STRING,            .type = OPTIONS_TABLE_STRING,
           .scope = OPTIONS_TABLE_SERVER,            .scope = OPTIONS_TABLE_SERVER,

Legend:
Removed from v.1.82  
changed lines
  Added in v.1.83