[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.104 and 1.105

version 1.104, 2009/09/14 11:25:35 version 1.105, 2009/09/16 12:35:04
Line 815 
Line 815 
 #define SESSION_DEAD 0x2  #define SESSION_DEAD 0x2
         int              flags;          int              flags;
   
         struct termios   tio;          struct termios  *tio;
   
         struct environ   environ;          struct environ   environ;
   

Legend:
Removed from v.1.104  
changed lines
  Added in v.1.105