mirror of
https://github.com/tmux/tmux.git
synced 2025-11-05 10:26:04 +00:00
For mouse keys, use the mouse pane as the default current pane.
This commit is contained in:
2
tmux.h
2
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 *);
|
||||
|
||||
Reference in New Issue
Block a user