aboutsummaryrefslogtreecommitdiff
path: root/status.c
diff options
context:
space:
mode:
Diffstat (limited to 'status.c')
-rw-r--r--status.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/status.c b/status.c
index 5a6a4466..4a2eb19d 100644
--- a/status.c
+++ b/status.c
@@ -704,7 +704,7 @@ status_message_redraw(struct client *c)
lines = status_line_size(c);
if (lines <= 1)
lines = 1;
- screen_init(sl->active, c->tty.sx, 1, 0);
+ screen_init(sl->active, c->tty.sx, lines, 0);
len = screen_write_strlen("%s", c->message_string);
if (len > c->tty.sx)