aboutsummaryrefslogtreecommitdiff
path: root/tty.c
diff options
context:
space:
mode:
Diffstat (limited to 'tty.c')
-rw-r--r--tty.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tty.c b/tty.c
index 7e52755c..510a442a 100644
--- a/tty.c
+++ b/tty.c
@@ -815,7 +815,7 @@ tty_update_client_offset(struct client *c)
c->tty.osx = sx;
c->tty.osy = sy;
- c->flags |= CLIENT_REDRAWWINDOW;
+ c->flags |= (CLIENT_REDRAWWINDOW|CLIENT_REDRAWSTATUS);
}
/*