diff options
author | Thomas Adam <thomas@xteddy.org> | 2017-02-01 12:01:18 +0000 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2017-02-01 12:01:18 +0000 |
commit | 9b1f620aa017bb3634b3806e959580cde75ec655 (patch) | |
tree | 2112ace73236adcc27200cecedf6688eade17f7a /key-string.c | |
parent | 9b9a5a292d656f14c927a36bf77af4a4cf1ecb3a (diff) | |
parent | dd0c8147795c518de443c33895c614e52b42677f (diff) | |
download | rtmux-9b1f620aa017bb3634b3806e959580cde75ec655.tar.gz rtmux-9b1f620aa017bb3634b3806e959580cde75ec655.tar.bz2 rtmux-9b1f620aa017bb3634b3806e959580cde75ec655.zip |
Merge branch 'obsd-master'
Diffstat (limited to 'key-string.c')
-rw-r--r-- | key-string.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/key-string.c b/key-string.c index 85841dd2..b1329c1a 100644 --- a/key-string.c +++ b/key-string.c @@ -255,6 +255,12 @@ key_string_lookup_key(key_code key) return ("Mouse"); if (key == KEYC_DRAGGING) return ("Dragging"); + if (key == KEYC_MOUSEMOVE_PANE) + return ("MouseMovePane"); + if (key == KEYC_MOUSEMOVE_STATUS) + return ("MouseMoveStatus"); + if (key == KEYC_MOUSEMOVE_BORDER) + return ("MouseMoveBorder"); /* * Special case: display C-@ as C-Space. Could do this below in |