aboutsummaryrefslogtreecommitdiff
path: root/server.c
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2017-10-20 12:36:29 +0100
committerThomas Adam <thomas@xteddy.org>2017-10-20 12:36:29 +0100
commit31901e3c07ca3f4e51ab504aa2d752f614e761be (patch)
tree4ba325087795c2fd089c14bbc095b6b5db75b19f /server.c
parenta34de2e378e0cff7191a426117f44e8b81543445 (diff)
parent2f6935a630507351233d6296cc6ec9a08d6a702a (diff)
downloadrtmux-31901e3c07ca3f4e51ab504aa2d752f614e761be.tar.gz
rtmux-31901e3c07ca3f4e51ab504aa2d752f614e761be.tar.bz2
rtmux-31901e3c07ca3f4e51ab504aa2d752f614e761be.zip
Merge branch 'obsd-master'
Conflicts: server-fn.c
Diffstat (limited to 'server.c')
-rw-r--r--server.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/server.c b/server.c
index dad28aa5..7f9f8c76 100644
--- a/server.c
+++ b/server.c
@@ -423,6 +423,7 @@ server_child_exited(pid_t pid, int status)
TAILQ_FOREACH(wp, &w->panes, entry) {
if (wp->pid == pid) {
wp->status = status;
+ wp->flags |= PANE_STATUSREADY;
log_debug("%%%u exited", wp->id);
wp->flags |= PANE_EXITED;