mirror of
https://github.com/tmux/tmux.git
synced 2025-09-01 20:57:00 +00:00
Use server_destroy_session() for kill-session.
This commit is contained in:
@ -371,6 +371,7 @@ server_destroy_session(struct session *s)
|
||||
c->session = NULL;
|
||||
server_write_client(c, MSG_EXIT, NULL, 0);
|
||||
}
|
||||
recalculate_sizes();
|
||||
}
|
||||
|
||||
void
|
||||
|
Reference in New Issue
Block a user