From df889ab39a5e4426024a8780bb91815fb3cb4245 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sun, 2 Jul 2017 12:30:44 -0400 Subject: suppress fallthrough warning --- src/window-xlib.c | 1 + 1 file changed, 1 insertion(+) 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); -- cgit v1.2.3