Re: [PATCH] Cygwin: pty: Introduce disable_pcon in environment CYGWIN.

2020-01-21 Thread Takashi Yano
On Mon, 20 Jan 2020 14:58:52 + Ken Brown wrote: > [Adding the cgdb maintainer to the CC.] > > On 1/20/2020 9:18 AM, Jon Turney wrote: > > On 20/01/2020 12:41, Takashi Yano wrote: > >> Hi Corinna, > >> > >> On Mon, 20 Jan 2020 11:06:46 +0100 > >> Corinna Vinschen wrote: > >>> On Jan 20 11:50, T

Re: [PATCH] Cygwin: pty: Introduce disable_pcon in environment CYGWIN.

2020-01-20 Thread Ken Brown
[Adding the cgdb maintainer to the CC.] On 1/20/2020 9:18 AM, Jon Turney wrote: > On 20/01/2020 12:41, Takashi Yano wrote: >> Hi Corinna, >> >> On Mon, 20 Jan 2020 11:06:46 +0100 >> Corinna Vinschen wrote: >>> On Jan 20 11:50, Takashi Yano wrote: - For programs which does not work properly wi

Re: [PATCH] Cygwin: pty: Introduce disable_pcon in environment CYGWIN.

2020-01-20 Thread Jon Turney
On 20/01/2020 12:41, Takashi Yano wrote: Hi Corinna, On Mon, 20 Jan 2020 11:06:46 +0100 Corinna Vinschen wrote: On Jan 20 11:50, Takashi Yano wrote: - For programs which does not work properly with pseudo console, disable_pcon in environment CYGWIN is introduced. If disable_pcon is set,

Re: [PATCH] Cygwin: pty: Introduce disable_pcon in environment CYGWIN.

2020-01-20 Thread Takashi Yano
Hi Corinna, On Mon, 20 Jan 2020 11:06:46 +0100 Corinna Vinschen wrote: > On Jan 20 11:50, Takashi Yano wrote: > > - For programs which does not work properly with pseudo console, > > disable_pcon in environment CYGWIN is introduced. If disable_pcon > > is set, pseudo console support is disable

Re: [PATCH] Cygwin: pty: Introduce disable_pcon in environment CYGWIN.

2020-01-20 Thread Corinna Vinschen
On Jan 20 11:50, Takashi Yano wrote: > - For programs which does not work properly with pseudo console, > disable_pcon in environment CYGWIN is introduced. If disable_pcon > is set, pseudo console support is disabled. Oh well, do we really need that? Anyway, this patch also requires an additi

[PATCH] Cygwin: pty: Introduce disable_pcon in environment CYGWIN.

2020-01-19 Thread Takashi Yano
- For programs which does not work properly with pseudo console, disable_pcon in environment CYGWIN is introduced. If disable_pcon is set, pseudo console support is disabled. --- winsup/cygwin/environ.cc | 1 + winsup/cygwin/fhandler_tty.cc | 2 ++ winsup/cygwin/globals.cc | 1 + 3 f