[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.81 and 1.82

version 1.81, 2017/01/16 14:49:14 version 1.82, 2017/01/16 14:52:25
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.81  
changed lines
  Added in v.1.82