diff options
Diffstat (limited to 'server-msg.c')
-rw-r--r-- | server-msg.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/server-msg.c b/server-msg.c index b7b45c6c..ec085610 100644 --- a/server-msg.c +++ b/server-msg.c @@ -104,6 +104,7 @@ server_msg_dispatch(struct client *c) c->flags &= ~CLIENT_SUSPENDED; tty_start_tty(&c->tty); server_redraw_client(c); + recalculate_sizes(); server_activity = time(NULL); break; case MSG_ENVIRON: |