aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authornicm <nicm>2017-05-10 10:46:59 +0000
committernicm <nicm>2017-05-10 10:46:59 +0000
commit0e3c5ebe1a229fbb8d829c9413ae013fb2eeb1ed (patch)
tree3e9cc730a24f7318dff4bd26a543dcd6993b3421 /tmux.h
parent3712b41abaff3dcf676d2b3da916fde7b456eb42 (diff)
downloadrtmux-0e3c5ebe1a229fbb8d829c9413ae013fb2eeb1ed.tar.gz
rtmux-0e3c5ebe1a229fbb8d829c9413ae013fb2eeb1ed.tar.bz2
rtmux-0e3c5ebe1a229fbb8d829c9413ae013fb2eeb1ed.zip
Insert copy mode bindings at the right place in the command queue.
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tmux.h b/tmux.h
index ea02cebf..9d0cd960 100644
--- a/tmux.h
+++ b/tmux.h
@@ -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 *);