[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.418 and 1.419

version 1.418, 2013/10/10 11:59:23 version 1.419, 2013/10/10 12:00:24
Line 1455 
Line 1455 
         int              flags;          int              flags;
   
         void             (*key_binding)(struct cmd *, int);          void             (*key_binding)(struct cmd *, int);
         int              (*check)(struct args *);  
         enum cmd_retval  (*exec)(struct cmd *, struct cmd_q *);          enum cmd_retval  (*exec)(struct cmd *, struct cmd_q *);
 };  };
   

Legend:
Removed from v.1.418  
changed lines
  Added in v.1.419