aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/window-xlib.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/window-xlib.c b/src/window-xlib.c
index 54dedfb..461733a 100644
--- a/src/window-xlib.c
+++ b/src/window-xlib.c
@@ -786,6 +786,7 @@ static void runes_window_handle_key_event(RunesTerm *t, XKeyEvent *e)
if (s == XLookupKeySym) {
break;
}
+ /* fallthrough */
case XLookupChars:
if (e->state & Mod1Mask) {
runes_window_write_to_pty(t, "\033", 1);