diff options
Diffstat (limited to 'command.c')
-rw-r--r-- | command.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -328,6 +328,9 @@ get_keyboard_command(void) key = wgetch(stdscr); + if( key==KEY_RESIZE ) + screen_resize(); + if( key==ERR ) return CMD_NONE; |