aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2020-03-31 16:01:29 +0100
committerThomas Adam <thomas@xteddy.org>2020-03-31 16:01:29 +0100
commit0bb1a50b88ac319e8f499fa95500f373123594d1 (patch)
tree9bdfc55ff0de5af7c4deac50dcfdfafc3f60091b /tmux.h
parentc9cd8f9b5dd030790b097263e7bf1674efabeb72 (diff)
parent2a4714e76b3a85b3391b05413f36623bcb1493f9 (diff)
downloadrtmux-0bb1a50b88ac319e8f499fa95500f373123594d1.tar.gz
rtmux-0bb1a50b88ac319e8f499fa95500f373123594d1.tar.bz2
rtmux-0bb1a50b88ac319e8f499fa95500f373123594d1.zip
Merge branch 'obsd-master'
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/tmux.h b/tmux.h
index 8756a774..dd4d2aa4 100644
--- a/tmux.h
+++ b/tmux.h
@@ -184,6 +184,9 @@ enum {
KEYC_MOUSE_KEY(MOUSEDRAGEND3),
KEYC_MOUSE_KEY(WHEELUP),
KEYC_MOUSE_KEY(WHEELDOWN),
+ KEYC_MOUSE_KEY(SECONDCLICK1),
+ KEYC_MOUSE_KEY(SECONDCLICK2),
+ KEYC_MOUSE_KEY(SECONDCLICK3),
KEYC_MOUSE_KEY(DOUBLECLICK1),
KEYC_MOUSE_KEY(DOUBLECLICK2),
KEYC_MOUSE_KEY(DOUBLECLICK3),