summaryrefslogtreecommitdiffstats
path: root/key-string.c
diff options
context:
space:
mode:
Diffstat (limited to 'key-string.c')
-rw-r--r--key-string.c6
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