artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
590ebae
)
Unzoom before kill, from Thomas Adam.
author
nicm
<nicm@openbsd.org>
Tue, 6 Jan 2015 09:12:53 +0000
(09:12 +0000)
committer
nicm
<nicm@openbsd.org>
Tue, 6 Jan 2015 09:12:53 +0000
(09:12 +0000)
usr.bin/tmux/server-fn.c
patch
|
blob
|
history
diff --git
a/usr.bin/tmux/server-fn.c
b/usr.bin/tmux/server-fn.c
index
e9d0012
..
48b01e7
100644
(file)
--- a/
usr.bin/tmux/server-fn.c
+++ b/
usr.bin/tmux/server-fn.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: server-fn.c,v 1.7
7 2014/10/20 23:27:14
nicm Exp $ */
+/* $OpenBSD: server-fn.c,v 1.7
8 2015/01/06 09:12:53
nicm Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@
-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);