Do not close panes until process has exited and any outstanding data
authornicm <nicm@openbsd.org>
Mon, 3 Jul 2017 08:16:03 +0000 (08:16 +0000)
committernicm <nicm@openbsd.org>
Mon, 3 Jul 2017 08:16:03 +0000 (08:16 +0000)
commitf35e5f52033214ab35bcaa6f91244d0b05b9f768
treec306ebc069671046dc0cc0284e545548d40526e7
parent6221d6df1b55bc08b5f314830697714ffa84deef
Do not close panes until process has exited and any outstanding data
has been written to the pipe-pane event if there is one. GitHub issue 991.
usr.bin/tmux/cmd-pipe-pane.c
usr.bin/tmux/server.c
usr.bin/tmux/tmux.h
usr.bin/tmux/window.c