[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.204 and 1.205

version 1.204, 2010/02/06 17:35:01 version 1.205, 2010/02/06 22:55:31
Line 1094 
Line 1094 
 #define CLIENT_IDENTIFY 0x100  #define CLIENT_IDENTIFY 0x100
 #define CLIENT_DEAD 0x200  #define CLIENT_DEAD 0x200
 #define CLIENT_BORDERS 0x400  #define CLIENT_BORDERS 0x400
   #define CLIENT_READONLY 0x800
         int              flags;          int              flags;
   
         struct event     identify_timer;          struct event     identify_timer;
Line 1172 
Line 1173 
 #define CMD_ARG01 0x10  #define CMD_ARG01 0x10
 #define CMD_ARG2 0x20  #define CMD_ARG2 0x20
 #define CMD_ARG12 0x40  #define CMD_ARG12 0x40
   #define CMD_READONLY 0x80
         int              flags;          int              flags;
   
         const char      *chflags;          const char      *chflags;

Legend:
Removed from v.1.204  
changed lines
  Added in v.1.205