[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.55 and 1.56

version 1.55, 2015/04/19 21:34:21 version 1.56, 2015/04/29 15:59:08
Line 61 
Line 61 
           .default_num = 20            .default_num = 20
         },          },
   
           { .name = "default-terminal",
             .type = OPTIONS_TABLE_STRING,
             .default_str = "screen"
           },
   
         { .name = "escape-time",          { .name = "escape-time",
           .type = OPTIONS_TABLE_NUMBER,            .type = OPTIONS_TABLE_NUMBER,
           .minimum = 0,            .minimum = 0,
Line 141 
Line 146 
         { .name = "default-shell",          { .name = "default-shell",
           .type = OPTIONS_TABLE_STRING,            .type = OPTIONS_TABLE_STRING,
           .default_str = _PATH_BSHELL            .default_str = _PATH_BSHELL
         },  
   
         { .name = "default-terminal",  
           .type = OPTIONS_TABLE_STRING,  
           .default_str = "screen"  
         },          },
   
         { .name = "destroy-unattached",          { .name = "destroy-unattached",

Legend:
Removed from v.1.55  
changed lines
  Added in v.1.56