summaryrefslogtreecommitdiffstats
path: root/screen-redraw.c
diff options
context:
space:
mode:
Diffstat (limited to 'screen-redraw.c')
-rw-r--r--screen-redraw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/screen-redraw.c b/screen-redraw.c
index 1083642d..df966aff 100644
--- a/screen-redraw.c
+++ b/screen-redraw.c
@@ -563,7 +563,7 @@ screen_redraw_draw_status(struct client *c, u_int lines, u_int top)
else
y = tty->sy - lines;
for (i = 0; i < lines; i++)
- tty_draw_line(tty, NULL, &c->status, i, 0, y);
+ tty_draw_line(tty, NULL, &c->status.status, i, 0, y);
}
/* Draw number on a pane. */