[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.41 and 1.42

version 1.41, 2013/10/10 11:56:50 version 1.42, 2013/10/10 12:26:36
Line 126 
Line 126 
           .default_str = ""            .default_str = ""
         },          },
   
         { .name = "default-path",  
           .type = OPTIONS_TABLE_STRING,  
           .default_str = "~"  
         },  
   
         { .name = "default-shell",          { .name = "default-shell",
           .type = OPTIONS_TABLE_STRING,            .type = OPTIONS_TABLE_STRING,
           .default_str = _PATH_BSHELL            .default_str = _PATH_BSHELL

Legend:
Removed from v.1.41  
changed lines
  Added in v.1.42