[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.838 and 1.839

version 1.838, 2018/08/18 16:14:03 version 1.839, 2018/08/18 20:08:52
Line 938 
Line 938 
         struct hooks    *hooks;          struct hooks    *hooks;
         struct options  *options;          struct options  *options;
   
 #define SESSION_UNATTACHED 0x1  /* not attached to any clients */  #define SESSION_PASTING 0x1
 #define SESSION_PASTING 0x2  #define SESSION_ALERTED 0x2
 #define SESSION_ALERTED 0x4  
         int              flags;          int              flags;
   
         u_int            attached;          u_int            attached;

Legend:
Removed from v.1.838  
changed lines
  Added in v.1.839