[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.421 and 1.422

version 1.421, 2013/10/10 12:07:37 version 1.422, 2013/10/10 12:09:34
Line 1450 
Line 1450 
   
 #define CMD_STARTSERVER 0x1  #define CMD_STARTSERVER 0x1
 #define CMD_CANTNEST 0x2  #define CMD_CANTNEST 0x2
 #define CMD_SENDENVIRON 0x4  #define CMD_READONLY 0x4
 #define CMD_READONLY 0x8  
         int              flags;          int              flags;
   
         void             (*key_binding)(struct cmd *, int);          void             (*key_binding)(struct cmd *, int);

Legend:
Removed from v.1.421  
changed lines
  Added in v.1.422