[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.37 and 1.38

version 1.37, 2009/07/17 20:37:03 version 1.38, 2009/07/18 14:59:25
Line 644 
Line 644 
 #define WINDOW_BELL 0x1  #define WINDOW_BELL 0x1
 #define WINDOW_HIDDEN 0x2  #define WINDOW_HIDDEN 0x2
 #define WINDOW_ACTIVITY 0x4  #define WINDOW_ACTIVITY 0x4
 #define WINDOW_CONTENT 0x6  #define WINDOW_CONTENT 0x8
 #define WINDOW_REDRAW 0x8  #define WINDOW_REDRAW 0x10
   
         struct options   options;          struct options   options;
   

Legend:
Removed from v.1.37  
changed lines
  Added in v.1.38