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)
commit175a8ae456afa614f9962db14045878a41c2cd22
tree6198dbedace43faab0c15a9ffb7707426258128e
parent657c8a98e43d11ffdf6294984efef8ec164e754e
fix spurious == errors on console.pl input

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.
perl/console.pl