mirror of
https://github.com/tmux/tmux.git
synced 2025-10-26 12:27:15 +00:00
Use pointer rather than index for the client's last session.
This commit is contained in:
@@ -78,7 +78,7 @@ server_client_create(int fd)
|
||||
c->title = NULL;
|
||||
|
||||
c->session = NULL;
|
||||
c->last_session = UINT_MAX;
|
||||
c->last_session = NULL;
|
||||
c->tty.sx = 80;
|
||||
c->tty.sy = 24;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user