[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.29 and 1.30

version 1.29, 2009/12/10 09:16:52 version 1.30, 2009/12/11 13:58:48
Line 75 
Line 75 
   
 const struct set_option_entry set_option_table[] = {  const struct set_option_entry set_option_table[] = {
         { "quiet", SET_OPTION_FLAG, 0, 0, NULL },          { "quiet", SET_OPTION_FLAG, 0, 0, NULL },
           { NULL, 0, 0, 0, NULL }
 };  };
   
 const struct set_option_entry set_session_option_table[] = {  const struct set_option_entry set_session_option_table[] = {

Legend:
Removed from v.1.29  
changed lines
  Added in v.1.30