Re: [PATCH v5] Cygwin: pty: Revise code waiting for forwarding again.

2020-01-28 Thread Corinna Vinschen
On Jan 27 20:22, Takashi Yano wrote: > - After commit 6cc299f0e20e4b76f7dbab5ea8c296ffa4859b62, outputs of > cygwin programs which call both printf() and WriteConsole() are > frequently distorted. This patch fixes the issue. > --- > winsup/cygwin/fhandler.h | 1 + > winsup/cygwin/fhandle

[PATCH v5] Cygwin: pty: Revise code waiting for forwarding again.

2020-01-27 Thread Takashi Yano
- After commit 6cc299f0e20e4b76f7dbab5ea8c296ffa4859b62, outputs of cygwin programs which call both printf() and WriteConsole() are frequently distorted. This patch fixes the issue. --- winsup/cygwin/fhandler.h | 1 + winsup/cygwin/fhandler_tty.cc | 37 +--