diff options
author | nicm <nicm> | 2020-04-01 09:05:27 +0000 |
---|---|---|
committer | nicm <nicm> | 2020-04-01 09:05:27 +0000 |
commit | dd2fdcda791127607a57767f0ebc69060fa6af42 (patch) | |
tree | 32bf02ff173e75be6c86876fc202bf9ca6470b46 /tmux.h | |
parent | cd30633d1092366dc5cc44adca1cd3675de9cf39 (diff) | |
download | rtmux-dd2fdcda791127607a57767f0ebc69060fa6af42.tar.gz rtmux-dd2fdcda791127607a57767f0ebc69060fa6af42.tar.bz2 rtmux-dd2fdcda791127607a57767f0ebc69060fa6af42.zip |
Support mouse in popups.
Diffstat (limited to 'tmux.h')
-rw-r--r-- | tmux.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -2315,6 +2315,8 @@ void input_parse_screen(struct input_ctx *, struct screen *, u_char *, int input_key_pane(struct window_pane *, key_code, struct mouse_event *); int input_key(struct window_pane *, struct screen *, struct bufferevent *, key_code); +int input_key_get_mouse(struct screen *, struct mouse_event *, u_int, + u_int, const char **, size_t *); /* xterm-keys.c */ char *xterm_keys_lookup(key_code); |