Add struct status_line to hold status line members of struct client, not

used yet but will be soon. From Thomas Adam.
This commit is contained in:
nicm
2018-02-05 08:21:54 +00:00
parent 0817132f97
commit 7f4513ec34
5 changed files with 57 additions and 50 deletions

View File

@ -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. */