summaryrefslogtreecommitdiffstats
path: root/tmux.h
diff options
context:
space:
mode:
authornicm <nicm>2019-05-09 14:09:32 +0000
committernicm <nicm>2019-05-09 14:09:32 +0000
commitcb10bfb8effff694460af6927c30d8f805f8b9c0 (patch)
tree99522ffa4aa436df9bc9b9d5f0a3d165622ac1dc /tmux.h
parent21d97504505f2310c5d065e06d3c550d7b5d9f89 (diff)
Save mouse buttons as well as position.
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tmux.h b/tmux.h
index 955643d8..c98d4c51 100644
--- a/tmux.h
+++ b/tmux.h
@@ -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 *);