diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2014-12-21 15:47:21 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2014-12-21 15:47:21 +0000 |
commit | cc1bc9717c19091e3a89a0cf28b902a23d85b84f (patch) | |
tree | 0d1908d457658e44ab31b7e01e9570a7442b29ba /server.c | |
parent | 9cb5afe114c035a7412b58d65dc39c16f3b72ff5 (diff) | |
parent | 2a9a75a569f6932afeb00d7506f370c4044d5eea (diff) | |
download | rtmux-cc1bc9717c19091e3a89a0cf28b902a23d85b84f.tar.gz rtmux-cc1bc9717c19091e3a89a0cf28b902a23d85b84f.tar.bz2 rtmux-cc1bc9717c19091e3a89a0cf28b902a23d85b84f.zip |
Merge branch 'master' of ssh://git.code.sf.net/p/tmux/tmux-code
Diffstat (limited to 'server.c')
-rw-r--r-- | server.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -442,6 +442,7 @@ server_child_exited(pid_t pid, int status) continue; TAILQ_FOREACH(wp, &w->panes, entry) { if (wp->pid == pid) { + wp->status = status; server_destroy_pane(wp); break; } |