From dd2fdcda791127607a57767f0ebc69060fa6af42 Mon Sep 17 00:00:00 2001 From: nicm Date: Wed, 1 Apr 2020 09:05:27 +0000 Subject: Support mouse in popups. --- tmux.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tmux.h') diff --git a/tmux.h b/tmux.h index 53bbc222..326f77dd 100644 --- a/tmux.h +++ b/tmux.h @@ -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); -- cgit