[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.252 and 1.253

version 1.252, 2010/12/20 00:17:22 version 1.253, 2010/12/20 00:19:20
Line 948 
Line 948 
         struct paste_stack buffers;          struct paste_stack buffers;
   
 #define SESSION_UNATTACHED 0x1  /* not attached to any clients */  #define SESSION_UNATTACHED 0x1  /* not attached to any clients */
 #define SESSION_DEAD 0x2  
         int              flags;          int              flags;
   
         struct termios  *tio;          struct termios  *tio;

Legend:
Removed from v.1.252  
changed lines
  Added in v.1.253