fix spurious == errors on console.pl input
authorDirk Koopman <djk@tobit.co.uk>
Sat, 11 Jul 2020 01:56:04 +0000 (02:56 +0100)
committerDirk Koopman <djk@tobit.co.uk>
Sat, 11 Jul 2020 01:56:04 +0000 (02:56 +0100)
This only happens if it catches a character during the idle loop
which is the only way to catch Curses RESIZE signal. But a stray
"normal" character might get through as well.


No differences found