mirror of
https://github.com/tmate-io/tmate.git
synced 2026-01-23 02:24:06 +00:00
Merge branch 'obsd-master'
This commit is contained in:
commit
da72a0b7a8
3 changed files with 13 additions and 9 deletions
|
|
@ -270,6 +270,7 @@ server_kill_window(struct window *w)
|
|||
|
||||
if (session_has(s, w) == NULL)
|
||||
continue;
|
||||
server_unzoom_window(w);
|
||||
while ((wl = winlink_find_by_window(&s->windows, w)) != NULL) {
|
||||
if (session_detach(s, wl)) {
|
||||
server_destroy_session_group(s);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue