[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.761 and 1.762

version 1.761, 2017/05/09 13:04:36 version 1.762, 2017/05/10 10:46:59
Line 1801 
Line 1801 
 void     key_bindings_remove(const char *, key_code);  void     key_bindings_remove(const char *, key_code);
 void     key_bindings_remove_table(const char *);  void     key_bindings_remove_table(const char *);
 void     key_bindings_init(void);  void     key_bindings_init(void);
 void     key_bindings_dispatch(struct key_binding *, struct client *,  void     key_bindings_dispatch(struct key_binding *, struct cmdq_item *,
              struct mouse_event *, struct cmd_find_state *);               struct client *, struct mouse_event *, struct cmd_find_state *);
   
 /* key-string.c */  /* key-string.c */
 key_code         key_string_lookup_string(const char *);  key_code         key_string_lookup_string(const char *);

Legend:
Removed from v.1.761  
changed lines
  Added in v.1.762