From 6de466cf8b665d8725301307c57f6d8cb2e65a3f Mon Sep 17 00:00:00 2001 From: nicm Date: Wed, 23 Nov 2016 17:01:24 +0000 Subject: For mouse keys, use the mouse pane as the default current pane. --- tmux.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tmux.h') diff --git a/tmux.h b/tmux.h index 18ff4bbb..47be55b5 100644 --- a/tmux.h +++ b/tmux.h @@ -1835,7 +1835,7 @@ 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 mouse_event *, struct cmd_find_state *); /* key-string.c */ key_code key_string_lookup_string(const char *); -- cgit