[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.14 and 1.15

version 1.14, 2009/08/11 12:53:37 version 1.15, 2009/08/13 20:11:58
Line 50 
Line 50 
         "none", "any", "current", NULL          "none", "any", "current", NULL
 };  };
 const struct set_option_entry set_option_table[] = {  const struct set_option_entry set_option_table[] = {
           { "base-index", SET_OPTION_NUMBER, 0, INT_MAX, NULL },
         { "bell-action", SET_OPTION_CHOICE, 0, 0, set_option_bell_action_list },          { "bell-action", SET_OPTION_CHOICE, 0, 0, set_option_bell_action_list },
         { "buffer-limit", SET_OPTION_NUMBER, 1, INT_MAX, NULL },          { "buffer-limit", SET_OPTION_NUMBER, 1, INT_MAX, NULL },
         { "default-command", SET_OPTION_STRING, 0, 0, NULL },          { "default-command", SET_OPTION_STRING, 0, 0, NULL },

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15