[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.306 and 1.307

version 1.306, 2012/01/21 11:12:13 version 1.307, 2012/01/21 23:51:34
Line 1168 
Line 1168 
 #define CLIENT_DEAD 0x200  #define CLIENT_DEAD 0x200
 #define CLIENT_BORDERS 0x400  #define CLIENT_BORDERS 0x400
 #define CLIENT_READONLY 0x800  #define CLIENT_READONLY 0x800
 #define CLIENT_BACKOFF 0x1000  #define CLIENT_REDRAWWINDOW 0x1000
 #define CLIENT_REDRAWWINDOW 0x2000  
         int              flags;          int              flags;
   
         struct event     identify_timer;          struct event     identify_timer;

Legend:
Removed from v.1.306  
changed lines
  Added in v.1.307