aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2021-08-14 01:35:27 +0100
committerThomas Adam <thomas@xteddy.org>2021-08-14 01:35:27 +0100
commit79f075bf1b994741e5834eeb8465d2b51007ad82 (patch)
tree0d007dd19180bb289bdf19348fd4545a996e3f39 /tmux.h
parent54773d23b5ceb779c524dcac6bf3b848886fb6d6 (diff)
parent7d7d7c960593de4c37962ca2d74dbd13e5a3cc2b (diff)
downloadrtmux-79f075bf1b994741e5834eeb8465d2b51007ad82.tar.gz
rtmux-79f075bf1b994741e5834eeb8465d2b51007ad82.tar.bz2
rtmux-79f075bf1b994741e5834eeb8465d2b51007ad82.zip
Merge branch 'obsd-master' into 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 3c88107d..9c8a584c 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1159,6 +1159,7 @@ RB_HEAD(sessions, session);
#define MOUSE_MASK_CTRL 16
#define MOUSE_MASK_DRAG 32
#define MOUSE_MASK_WHEEL 64
+#define MOUSE_MASK_MODIFIERS (MOUSE_MASK_SHIFT|MOUSE_MASK_META|MOUSE_MASK_CTRL)
/* Mouse wheel states. */
#define MOUSE_WHEEL_UP 0