Re: [PATCH] Cygwin: pty: Rename input named pipes.

2021-03-23 Thread Takashi Yano via Cygwin-patches
On Tue, 23 Mar 2021 10:32:34 +0100 Corinna Vinschen wrote: > On Mar 23 09:38, Takashi Yano via Cygwin-patches wrote: > > On Mon, 22 Mar 2021 12:49:20 +0100 > > Corinna Vinschen wrote: > > > Hi Takashi, > > > > > > On Mar 21 12:59, Takashi Yano via Cygwin-patches wrote: > > > > - Currently, the nam

Re: [PATCH] Cygwin: pty: Rename input named pipes.

2021-03-23 Thread Corinna Vinschen via Cygwin-patches
On Mar 23 09:38, Takashi Yano via Cygwin-patches wrote: > On Mon, 22 Mar 2021 12:49:20 +0100 > Corinna Vinschen wrote: > > Hi Takashi, > > > > On Mar 21 12:59, Takashi Yano via Cygwin-patches wrote: > > > - Currently, the name of input pipe is "pty-from-master" for > > > cygwin process, and

Re: [PATCH] Cygwin: pty: Rename input named pipes.

2021-03-22 Thread Takashi Yano via Cygwin-patches
On Mon, 22 Mar 2021 12:49:20 +0100 Corinna Vinschen wrote: > Hi Takashi, > > On Mar 21 12:59, Takashi Yano via Cygwin-patches wrote: > > - Currently, the name of input pipe is "pty-from-master" for > > cygwin process, and "pty-to-slave" for non-cygwin process. > > These are not only in

Re: [PATCH] Cygwin: pty: Rename input named pipes.

2021-03-22 Thread Corinna Vinschen via Cygwin-patches
Hi Takashi, On Mar 21 12:59, Takashi Yano via Cygwin-patches wrote: > - Currently, the name of input pipe is "pty-from-master" for > cygwin process, and "pty-to-slave" for non-cygwin process. > These are not only inconsistent with output pipes but also very > confusing. > With this