diff options
author | nicm <nicm> | 2019-05-09 14:09:32 +0000 |
---|---|---|
committer | nicm <nicm> | 2019-05-09 14:09:32 +0000 |
commit | cb10bfb8effff694460af6927c30d8f805f8b9c0 (patch) | |
tree | 99522ffa4aa436df9bc9b9d5f0a3d165622ac1dc /tmux.h | |
parent | 21d97504505f2310c5d065e06d3c550d7b5d9f89 (diff) | |
download | rtmux-cb10bfb8effff694460af6927c30d8f805f8b9c0.tar.gz rtmux-cb10bfb8effff694460af6927c30d8f805f8b9c0.tar.bz2 rtmux-cb10bfb8effff694460af6927c30d8f805f8b9c0.zip |
Save mouse buttons as well as position.
Diffstat (limited to 'tmux.h')
-rw-r--r-- | tmux.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1168,6 +1168,7 @@ struct tty { u_int mouse_last_x; u_int mouse_last_y; + u_int mouse_last_b; int mouse_drag_flag; void (*mouse_drag_update)(struct client *, struct mouse_event *); |