Insert copy mode bindings at the right place in the command queue.

This commit is contained in:
nicm
2017-05-10 10:46:59 +00:00
parent 3712b41aba
commit 0e3c5ebe1a
4 changed files with 14 additions and 11 deletions

4
tmux.h
View File

@@ -1801,8 +1801,8 @@ void key_bindings_add(const char *, key_code, int, struct cmd_list *);
void key_bindings_remove(const char *, key_code);
void key_bindings_remove_table(const char *);
void key_bindings_init(void);
void key_bindings_dispatch(struct key_binding *, struct client *,
struct mouse_event *, struct cmd_find_state *);
void key_bindings_dispatch(struct key_binding *, struct cmdq_item *,
struct client *, struct mouse_event *, struct cmd_find_state *);
/* key-string.c */
key_code key_string_lookup_string(const char *);