[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.658 and 1.659

version 1.658, 2016/10/12 14:50:14 version 1.659, 2016/10/12 15:26:37
Line 1559 
Line 1559 
                     struct cmd_find_state *, const char *, ...);                      struct cmd_find_state *, const char *, ...);
   
 /* mode-key.c */  /* mode-key.c */
 extern struct mode_key_tree mode_key_tree_vi_edit;  
 extern struct mode_key_tree mode_key_tree_vi_choice;  extern struct mode_key_tree mode_key_tree_vi_choice;
 extern struct mode_key_tree mode_key_tree_emacs_edit;  
 extern struct mode_key_tree mode_key_tree_emacs_choice;  extern struct mode_key_tree mode_key_tree_emacs_choice;
 int     mode_key_cmp(struct mode_key_binding *, struct mode_key_binding *);  int     mode_key_cmp(struct mode_key_binding *, struct mode_key_binding *);
 RB_PROTOTYPE(mode_key_tree, mode_key_binding, entry, mode_key_cmp);  RB_PROTOTYPE(mode_key_tree, mode_key_binding, entry, mode_key_cmp);

Legend:
Removed from v.1.658  
changed lines
  Added in v.1.659