[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.891 and 1.892

version 1.891, 2019/05/08 18:07:12 version 1.892, 2019/05/09 13:12:59
Line 2000 
Line 2000 
 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 cmdq_item *,  struct cmdq_item *key_bindings_dispatch(struct key_binding *,
              struct client *, struct mouse_event *, struct cmd_find_state *);               struct cmdq_item *, 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.891  
changed lines
  Added in v.1.892