[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.165 and 1.166

version 1.165, 2009/11/04 23:12:43 version 1.166, 2009/11/04 23:29:42
Line 1074 
Line 1074 
 #define CLIENT_DEAD 0x200  #define CLIENT_DEAD 0x200
         int              flags;          int              flags;
   
         struct timeval   identify_timer;          struct event     identify_timer;
   
         char            *message_string;          char            *message_string;
         struct timeval   message_timer;          struct event     message_timer;
   
         char            *prompt_string;          char            *prompt_string;
         char            *prompt_buffer;          char            *prompt_buffer;

Legend:
Removed from v.1.165  
changed lines
  Added in v.1.166