aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2020-04-01 12:01:27 +0100
committerThomas Adam <thomas@xteddy.org>2020-04-01 12:01:27 +0100
commit66db12db318d2e46f58c2c1d5e2fb7fdd1da5fcf (patch)
treed1b9c455cfdfe38c65993fb8f035e92f3687c081 /tmux.h
parentfaf2ed48fb66a638e817f40758bc2548f7107797 (diff)
parent567b27e10a07e9ab8266e629edd348a1d432a873 (diff)
downloadrtmux-66db12db318d2e46f58c2c1d5e2fb7fdd1da5fcf.tar.gz
rtmux-66db12db318d2e46f58c2c1d5e2fb7fdd1da5fcf.tar.bz2
rtmux-66db12db318d2e46f58c2c1d5e2fb7fdd1da5fcf.zip
Merge branch 'obsd-master'
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tmux.h b/tmux.h
index 85b4f218..47bea1fc 100644
--- a/tmux.h
+++ b/tmux.h
@@ -2317,6 +2317,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);