mirror of
https://github.com/tmux/tmux.git
synced 2025-09-02 13:37:12 +00:00
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:
@ -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. */
|
||||
|
Reference in New Issue
Block a user