Support mouse in popups.

This commit is contained in:
nicm
2020-04-01 09:05:27 +00:00
parent cd30633d10
commit dd2fdcda79
3 changed files with 48 additions and 21 deletions

2
tmux.h
View File

@ -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);