[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.439 and 1.440

version 1.439, 2014/03/31 21:36:43 version 1.440, 2014/03/31 21:37:55
Line 1086 
Line 1086 
 #define SESSION_UNATTACHED 0x1  /* not attached to any clients */  #define SESSION_UNATTACHED 0x1  /* not attached to any clients */
         int              flags;          int              flags;
   
           u_int            attached;
   
         struct termios  *tio;          struct termios  *tio;
   
         struct environ   environ;          struct environ   environ;

Legend:
Removed from v.1.439  
changed lines
  Added in v.1.440