diff options
author | Thomas Adam <thomas@xteddy.org> | 2020-04-01 12:01:27 +0100 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2020-04-01 12:01:27 +0100 |
commit | 66db12db318d2e46f58c2c1d5e2fb7fdd1da5fcf (patch) | |
tree | d1b9c455cfdfe38c65993fb8f035e92f3687c081 /tmux.h | |
parent | faf2ed48fb66a638e817f40758bc2548f7107797 (diff) | |
parent | 567b27e10a07e9ab8266e629edd348a1d432a873 (diff) | |
download | rtmux-66db12db318d2e46f58c2c1d5e2fb7fdd1da5fcf.tar.gz rtmux-66db12db318d2e46f58c2c1d5e2fb7fdd1da5fcf.tar.bz2 rtmux-66db12db318d2e46f58c2c1d5e2fb7fdd1da5fcf.zip |
Merge branch 'obsd-master'
Diffstat (limited to 'tmux.h')
-rw-r--r-- | tmux.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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); |