aboutsummaryrefslogtreecommitdiff
path: root/key-string.c
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2016-03-18 08:01:18 +0000
committerThomas Adam <thomas@xteddy.org>2016-03-18 08:01:18 +0000
commited598e9fe132467a281b6cf0b259deb80b4e2d5f (patch)
tree690cc8a6f4d0fd9e31703a2a592dcae3baf48b35 /key-string.c
parent3dfc79fb092273b65fd8a24174007d13804d3641 (diff)
parentfa97b0a95b804fec86b03d35d16c270d2866ebd6 (diff)
downloadrtmux-ed598e9fe132467a281b6cf0b259deb80b4e2d5f.tar.gz
rtmux-ed598e9fe132467a281b6cf0b259deb80b4e2d5f.tar.bz2
rtmux-ed598e9fe132467a281b6cf0b259deb80b4e2d5f.zip
Merge branch 'obsd-master'
Diffstat (limited to 'key-string.c')
-rw-r--r--key-string.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/key-string.c b/key-string.c
index c56681f1..119035a0 100644
--- a/key-string.c
+++ b/key-string.c
@@ -93,6 +93,9 @@ const struct {
KEYC_MOUSE_STRING(MOUSEDRAG1, MouseDrag1),
KEYC_MOUSE_STRING(MOUSEDRAG2, MouseDrag2),
KEYC_MOUSE_STRING(MOUSEDRAG3, MouseDrag3),
+ KEYC_MOUSE_STRING(MOUSEDRAGEND1, MouseDragEnd1),
+ KEYC_MOUSE_STRING(MOUSEDRAGEND2, MouseDragEnd2),
+ KEYC_MOUSE_STRING(MOUSEDRAGEND3, MouseDragEnd3),
KEYC_MOUSE_STRING(WHEELUP, WheelUp),
KEYC_MOUSE_STRING(WHEELDOWN, WheelDown),
};