[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.480 and 1.481

version 1.480, 2014/11/06 09:17:26 version 1.481, 2014/11/14 02:19:47
Line 946 
Line 946 
 #define WINDOW_ACTIVITY 0x2  #define WINDOW_ACTIVITY 0x2
 #define WINDOW_REDRAW 0x4  #define WINDOW_REDRAW 0x4
 #define WINDOW_SILENCE 0x8  #define WINDOW_SILENCE 0x8
 #define WINDOW_ZOOMED 0x10  #define WINDOW_ZOOMED 0x1000
   #define WINDOW_FORCEWIDTH 0x2000
   #define WINDOW_FORCEHEIGHT 0x4000
 #define WINDOW_ALERTFLAGS (WINDOW_BELL|WINDOW_ACTIVITY|WINDOW_SILENCE)  #define WINDOW_ALERTFLAGS (WINDOW_BELL|WINDOW_ACTIVITY|WINDOW_SILENCE)
   
         struct options   options;          struct options   options;

Legend:
Removed from v.1.480  
changed lines
  Added in v.1.481