diff options
Diffstat (limited to 'screen_utils.c')
-rw-r--r-- | screen_utils.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/screen_utils.c b/screen_utils.c index c9fff74c4..1fb581aaa 100644 --- a/screen_utils.c +++ b/screen_utils.c @@ -50,6 +50,8 @@ screen_getch(WINDOW *w, char *prompt) timeout(-1); key = wgetch(w); + if( key==KEY_RESIZE ) + screen_resize(); noecho(); curs_set(0); |