Re: [PATCH 0/1] Cygwin: pty: Make it sure to show up system error messages.

2019-09-05 Thread Ken Brown
On 9/5/2019 9:22 AM, Takashi Yano wrote: > - Forcibly attach to pseudo console in advance so that the error >messages by system_printf() is displayed to screen reliably. >This is needed when stdout is redirected to another pty. In this >case, process has two ptys opened. However, proces

[PATCH 0/1] Cygwin: pty: Make it sure to show up system error messages.

2019-09-05 Thread Takashi Yano
- Forcibly attach to pseudo console in advance so that the error messages by system_printf() is displayed to screen reliably. This is needed when stdout is redirected to another pty. In this case, process has two ptys opened. However, process can attach to only one console. So it is necessa