aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authornicm <nicm>2016-11-23 17:01:24 +0000
committernicm <nicm>2016-11-23 17:01:24 +0000
commit6de466cf8b665d8725301307c57f6d8cb2e65a3f (patch)
tree009c808ba29641f5c0b7bfbb17917be011cfaab2 /tmux.h
parent24916f2f6e4480143f0de026a727cc524fb797a8 (diff)
downloadrtmux-6de466cf8b665d8725301307c57f6d8cb2e65a3f.tar.gz
rtmux-6de466cf8b665d8725301307c57f6d8cb2e65a3f.tar.bz2
rtmux-6de466cf8b665d8725301307c57f6d8cb2e65a3f.zip
For mouse keys, use the mouse pane as the default current pane.
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h2
1 files changed, 1 insertions, 1 deletions
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 *);