mirror of
https://github.com/VARCem/PDCurses.git
synced 2026-07-08 18:16:15 +00:00
Allow KEY_* codes (including KEY_RESIZE) to exit firework, as other keys do.
This commit is contained in:
@@ -25,6 +25,7 @@ int main(int argc, char **argv)
|
||||
#else
|
||||
initscr();
|
||||
#endif
|
||||
keypad(stdscr, TRUE);
|
||||
nodelay(stdscr, TRUE);
|
||||
noecho();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user