[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.411 and 1.412

version 1.411, 2013/06/02 07:52:15 version 1.412, 2013/06/23 12:41:55
Line 1383 
Line 1383 
         char                    *file;          char                    *file;
         u_int                    line;          u_int                    line;
   
   #define CMD_CONTROL 0x1
           int                      flags;
   
         TAILQ_ENTRY(cmd)         qentry;          TAILQ_ENTRY(cmd)         qentry;
 };  };
 struct cmd_list {  struct cmd_list {

Legend:
Removed from v.1.411  
changed lines
  Added in v.1.412