Allow KEY_* codes (including KEY_RESIZE) to exit firework, as other keys do.

This commit is contained in:
William McBrine
2018-02-02 20:37:31 -05:00
parent d65fbf4c19
commit 45c191509d

View File

@@ -25,6 +25,7 @@ int main(int argc, char **argv)
#else
initscr();
#endif
keypad(stdscr, TRUE);
nodelay(stdscr, TRUE);
noecho();