diff options
author | Hiltjo Posthuma <hiltjo@codemadness.org> | 2022-02-24 19:25:06 +0100 |
---|---|---|
committer | Hiltjo Posthuma <hiltjo@codemadness.org> | 2022-02-24 19:25:06 +0100 |
commit | 4a9456848a45edbc097770df20dec216f44ca0f5 (patch) | |
tree | 8e6a9f18cd496f226e4473f6f261499db629c946 | |
parent | 43a4e46c50ab81bd82b856e244d9b186dfd0cdf9 (diff) |
sfeed_curses: remove continue in application key handling
On an unknown or invalid sequence just use the key handling like the other keys
do.
-rw-r--r-- | sfeed_curses.c | 1 |
1 files changed, 0 insertions, 1 deletions
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: |