Ignore special keys returned by the curses getch() function.
authormillert <millert@openbsd.org>
Thu, 21 Jan 2021 20:08:17 +0000 (20:08 +0000)
committermillert <millert@openbsd.org>
Thu, 21 Jan 2021 20:08:17 +0000 (20:08 +0000)
commita6d654780e890044fa9039fcb66911f9e2e558d9
treeae2c9a5f11fd69aa09b08724dccecaa43472f436
parent567a5b7e0c04f9647bfeb3ed185dc9839ab9fdc7
Ignore special keys returned by the curses getch() function.
Prevents canfield from suspending itself when you resize the window.
Canfield is not prepared to deal with anything other than normal
characters so just ignore them.  OK tb@ pjanzen@
games/canfield/canfield/canfield.c