Re: [PATCH] Cygwin: console: Add code to restore console mode on close.

2020-01-14 Thread Corinna Vinschen
On Jan 14 10:37, Takashi Yano wrote: > Hi Corinna, welcome back! > > On Mon, 13 Jan 2020 17:25:53 +0100 > Corinna Vinschen wrote: > > On Jan 2 22:17, Takashi Yano wrote: > > > - The console with 24bit color support has a problem that console > > > mode is changed if cygwin process is executed i

Re: [PATCH] Cygwin: console: Add code to restore console mode on close.

2020-01-13 Thread Takashi Yano
Hi Corinna, welcome back! On Mon, 13 Jan 2020 17:25:53 +0100 Corinna Vinschen wrote: > On Jan 2 22:17, Takashi Yano wrote: > > - The console with 24bit color support has a problem that console > > mode is changed if cygwin process is executed in cmd.exe which > > started in cygwin shell. For

Re: [PATCH] Cygwin: console: Add code to restore console mode on close.

2020-01-13 Thread Corinna Vinschen
Hi Takashi, On Jan 2 22:17, Takashi Yano wrote: > - The console with 24bit color support has a problem that console > mode is changed if cygwin process is executed in cmd.exe which > started in cygwin shell. For example, cursor keys become not > working if bash -> cmd -> true are executed i

[PATCH] Cygwin: console: Add code to restore console mode on close.

2020-01-02 Thread Takashi Yano
- The console with 24bit color support has a problem that console mode is changed if cygwin process is executed in cmd.exe which started in cygwin shell. For example, cursor keys become not working if bash -> cmd -> true are executed in this order. This patch fixes the issue. --- winsup/cy