aboutsummaryrefslogtreecommitdiff
path: root/screen-redraw.c
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2018-02-05 10:02:31 +0000
committerThomas Adam <thomas@xteddy.org>2018-02-05 10:02:31 +0000
commit88711e885eeab58fe372ce5aa64282f7557c3620 (patch)
tree1f91e6d3f63e84ead5bf00f0a6d9b116dbf27a5c /screen-redraw.c
parent2d5101621b972a8e32d1ec29b544da46e88f319f (diff)
parent7f4513ec34862805b06b2ff776785a36fdfec796 (diff)
downloadrtmux-88711e885eeab58fe372ce5aa64282f7557c3620.tar.gz
rtmux-88711e885eeab58fe372ce5aa64282f7557c3620.tar.bz2
rtmux-88711e885eeab58fe372ce5aa64282f7557c3620.zip
Merge branch 'obsd-master'
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. */