From 4a9456848a45edbc097770df20dec216f44ca0f5 Mon Sep 17 00:00:00 2001 From: Hiltjo Posthuma Date: Thu, 24 Feb 2022 19:25:06 +0100 Subject: sfeed_curses: remove continue in application key handling On an unknown or invalid sequence just use the key handling like the other keys do. --- sfeed_curses.c | 1 - 1 file changed, 1 deletion(-) diff --git a/sfeed_curses.c b/sfeed_curses.c index c911f67..da0b0a9 100644 --- a/sfeed_curses.c +++ b/sfeed_curses.c @@ -2130,7 +2130,6 @@ main(int argc, char *argv[]) case '8': goto endpos; } } - continue; } break; keyup: -- cgit v1.2.3