Unzoom before kill, from Thomas Adam.

pull/1/head
nicm 2015-01-06 09:12:53 +00:00
parent be0ad01b7c
commit fee096a406
1 changed files with 1 additions and 0 deletions

View File

@ -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);