From cb10bfb8effff694460af6927c30d8f805f8b9c0 Mon Sep 17 00:00:00 2001 From: nicm Date: Thu, 9 May 2019 14:09:32 +0000 Subject: Save mouse buttons as well as position. --- tmux.h | 1 + 1 file changed, 1 insertion(+) (limited to 'tmux.h') 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 *); -- cgit