mirror of
https://github.com/tmate-io/tmate.git
synced 2025-08-21 10:30:56 +02:00
Track the last session for a client and add a flag to switch-client and
a key binding (L) to move a client back to its last session.
This commit is contained in:
@@ -78,6 +78,7 @@ server_client_create(int fd)
|
||||
c->title = NULL;
|
||||
|
||||
c->session = NULL;
|
||||
c->last_session = UINT_MAX;
|
||||
c->tty.sx = 80;
|
||||
c->tty.sy = 24;
|
||||
|
||||
|
Reference in New Issue
Block a user