[BACK]Return to tmux.h CVS log [TXT][DIR] Up to [local] / src / usr.bin / tmux

Diff for /src/usr.bin/tmux/tmux.h between version 1.30 and 1.31

version 1.30, 2009/07/14 20:20:04 version 1.31, 2009/07/15 07:50:34
Line 941 
Line 941 
 };  };
 extern const struct set_option_entry set_option_table[];  extern const struct set_option_entry set_option_table[];
 extern const struct set_option_entry set_window_option_table[];  extern const struct set_option_entry set_window_option_table[];
 #define NSETOPTION 26  
 #define NSETWINDOWOPTION 20  
   
 /* tmux.c */  /* tmux.c */
 extern volatile sig_atomic_t sigwinch;  extern volatile sig_atomic_t sigwinch;

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