mirror of
https://github.com/tmux/tmux.git
synced 2025-09-02 13:37:12 +00:00
Tidy and rename some bits of status line code.
This commit is contained in:
@ -204,7 +204,7 @@ server_client_create(int fd)
|
||||
c->tty.sx = 80;
|
||||
c->tty.sy = 24;
|
||||
|
||||
screen_init(&c->status.status, c->tty.sx, 1, 0);
|
||||
status_init(c);
|
||||
|
||||
c->message_string = NULL;
|
||||
TAILQ_INIT(&c->message_log);
|
||||
|
Reference in New Issue
Block a user