diff --git a/degesch.c b/degesch.c index 7d01ef9..2f010d2 100644 --- a/degesch.c +++ b/degesch.c @@ -11109,6 +11109,7 @@ resume_terminal (struct app_context *ctx) if (--ctx->terminal_suspended > 0) return; + update_screen_size (); #ifdef HAVE_READLINE rl_prep_terminal (true); #elif defined (HAVE_EDITLINE)