mirror of
https://github.com/tmux/tmux.git
synced 2025-09-08 23:24:18 +00:00
Drop the no_stop argument to tty_close and tty_free in favour of a flag in the
tty struct.
This commit is contained in:
@ -90,7 +90,7 @@ server_msg_dispatch(struct client *c)
|
||||
fatalx("bad MSG_EXITING size");
|
||||
|
||||
c->session = NULL;
|
||||
tty_close(&c->tty, c->flags & CLIENT_SUSPENDED);
|
||||
tty_close(&c->tty);
|
||||
server_write_client(c, MSG_EXITED, NULL, 0);
|
||||
break;
|
||||
case MSG_UNLOCK:
|
||||
|
Reference in New Issue
Block a user