summaryrefslogtreecommitdiffstats
path: root/tmux.h
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2019-05-09 17:02:25 +0100
committerThomas Adam <thomas@xteddy.org>2019-05-09 17:02:25 +0100
commite5f06d2cf62737f5b4453e49951648fe0991905e (patch)
tree09e08ba00aea4d0f995a2a325569d530573c01e7 /tmux.h
parent2e00d775e4aaf57ffe7293aaa486ca936708e049 (diff)
parentcb10bfb8effff694460af6927c30d8f805f8b9c0 (diff)
Merge branch 'obsd-master'
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 78b1af12..d7293ada 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1170,6 +1170,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 *);