[BACK]Return to cmd-set-option.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / tmux

Diff for /src/usr.bin/tmux/cmd-set-option.c between version 1.34 and 1.35

version 1.34, 2010/02/08 00:14:38 version 1.35, 2010/02/22 20:41:16
Line 165 
Line 165 
         { "window-status-current-format", SET_OPTION_STRING, 0, 0, NULL },          { "window-status-current-format", SET_OPTION_STRING, 0, 0, NULL },
         { "window-status-fg", SET_OPTION_COLOUR, 0, 0, NULL },          { "window-status-fg", SET_OPTION_COLOUR, 0, 0, NULL },
         { "window-status-format", SET_OPTION_STRING, 0, 0, NULL },          { "window-status-format", SET_OPTION_STRING, 0, 0, NULL },
           { "word-separators", SET_OPTION_STRING, 0, 0, NULL },
         { "xterm-keys", SET_OPTION_FLAG, 0, 0, NULL },          { "xterm-keys", SET_OPTION_FLAG, 0, 0, NULL },
         { NULL, 0, 0, 0, NULL }          { NULL, 0, 0, 0, NULL }
 };  };

Legend:
Removed from v.1.34  
changed lines
  Added in v.1.35