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

version 1.29, 2009/07/14 19:03:16 version 1.30, 2009/07/14 20:20:04
Line 942 
Line 942 
 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 NSETOPTION 26
 #define NSETWINDOWOPTION 19  #define NSETWINDOWOPTION 20
   
 /* tmux.c */  /* tmux.c */
 extern volatile sig_atomic_t sigwinch;  extern volatile sig_atomic_t sigwinch;

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