aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2020-03-16 08:01:27 +0000
committerThomas Adam <thomas@xteddy.org>2020-03-16 08:01:27 +0000
commitf584fe1b006abf42aebd0b25b2ee8d082202c778 (patch)
tree48a427e950b1f4d187528fa5562b744da34b7869 /tmux.h
parent55aeaffb1a55019fec691d39a17632b4e7841fad (diff)
parentd162ff48f3069c8371a40ddbcf987946dbddf953 (diff)
downloadrtmux-f584fe1b006abf42aebd0b25b2ee8d082202c778.tar.gz
rtmux-f584fe1b006abf42aebd0b25b2ee8d082202c778.tar.bz2
rtmux-f584fe1b006abf42aebd0b25b2ee8d082202c778.zip
Merge branch 'obsd-master'
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tmux.h b/tmux.h
index c1de98e0..6f725ca7 100644
--- a/tmux.h
+++ b/tmux.h
@@ -563,6 +563,7 @@ struct msg_write_close {
#define ALL_MODES 0xffffff
#define ALL_MOUSE_MODES (MODE_MOUSE_STANDARD|MODE_MOUSE_BUTTON|MODE_MOUSE_ALL)
+#define MOTION_MOUSE_MODES (MODE_MOUSE_BUTTON|MODE_MOUSE_ALL)
/*
* A single UTF-8 character. UTF8_SIZE must be big enough to hold
@@ -1119,6 +1120,7 @@ RB_HEAD(sessions, session);
/* Mouse input. */
struct mouse_event {
int valid;
+ int ignore;
key_code key;