commit 4a9456848a45edbc097770df20dec216f44ca0f5
parent 43a4e46c50ab81bd82b856e244d9b186dfd0cdf9
Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date: Thu, 24 Feb 2022 19:25:06 +0100
sfeed_curses: remove continue in application key handling
On an unknown or invalid sequence just use the key handling like the other keys
do.
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/sfeed_curses.c b/sfeed_curses.c
@@ -2130,7 +2130,6 @@ main(int argc, char *argv[])
case '8': goto endpos;
}
}
- continue;
}
break;
keyup: