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
e0cae08c04
13 changed files with 128 additions and 41 deletions
2
server.c
2
server.c
|
|
@ -389,7 +389,7 @@ server_child_exited(pid_t pid, int status)
|
|||
TAILQ_FOREACH(wp, &w->panes, entry) {
|
||||
if (wp->pid == pid) {
|
||||
wp->status = status;
|
||||
server_destroy_pane(wp);
|
||||
server_destroy_pane(wp, 1);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue