[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.69 and 1.70

version 1.69, 2009/08/07 00:12:13 version 1.70, 2009/08/07 15:39:10
Line 900 
Line 900 
 #define CLIENT_STATUS 0x10  #define CLIENT_STATUS 0x10
 #define CLIENT_REPEAT 0x20      /* allow command to repeat within repeat time */  #define CLIENT_REPEAT 0x20      /* allow command to repeat within repeat time */
 #define CLIENT_SUSPENDED 0x40  #define CLIENT_SUSPENDED 0x40
   #define CLIENT_BAD 0x80
         int              flags;          int              flags;
   
         char            *message_string;          char            *message_string;

Legend:
Removed from v.1.69  
changed lines
  Added in v.1.70