Re: [PATCH 1/1] Cygwin: console: fix key input for native console application

2019-04-03 Thread Corinna Vinschen
On Apr 4 01:25, Takashi Yano wrote: > - After 24 bit color support patch, arrow keys and function keys > do not work properly in native console applications if they > are started in cygwin console. This patch fixes this issue. > --- > winsup/cygwin/fhandler_console.cc | 17 +

[PATCH 1/1] Cygwin: console: fix key input for native console application

2019-04-03 Thread Takashi Yano
- After 24 bit color support patch, arrow keys and function keys do not work properly in native console applications if they are started in cygwin console. This patch fixes this issue. --- winsup/cygwin/fhandler_console.cc | 17 + 1 file changed, 17 insertions(+) diff --git