CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/07/03 06:38:50
Modified files:
usr.bin/tmux : tmux.h window.c
Log message:
Change previous to not wait for both process exit and pty close -
instead if there is a pipe-pane active, do not exit until all data is
read (including any libevent hasn't seen yet). Fixes problem reported by
Theo Buehler and still seems to solve the original issue.
