[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.450 and 1.451

version 1.450, 2014/04/16 21:16:19 version 1.451, 2014/04/17 07:36:45
Line 990 
Line 990 
         int              flags;          int              flags;
 #define WINLINK_BELL 0x1  #define WINLINK_BELL 0x1
 #define WINLINK_ACTIVITY 0x2  #define WINLINK_ACTIVITY 0x2
 #define WINLINK_CONTENT 0x4  #define WINLINK_SILENCE 0x4
 #define WINLINK_SILENCE 0x8  #define WINLINK_ALERTFLAGS (WINLINK_BELL|WINLINK_ACTIVITY|WINLINK_SILENCE)
 #define WINLINK_ALERTFLAGS \  
     (WINLINK_BELL|WINLINK_ACTIVITY|WINLINK_CONTENT|WINLINK_SILENCE)  
   
         RB_ENTRY(winlink) entry;          RB_ENTRY(winlink) entry;
         TAILQ_ENTRY(winlink) sentry;          TAILQ_ENTRY(winlink) sentry;

Legend:
Removed from v.1.450  
changed lines
  Added in v.1.451