Re: [PATCH] Cygwin: pty: Add missing console API hooks.

2020-01-25 Thread Takashi Yano
Hi Corinna, On Fri, 24 Jan 2020 11:26:27 +0100 Corinna Vinschen wrote: > On Jan 23 22:05, Takashi Yano wrote: > > On Thu, 23 Jan 2020 13:48:13 +0100 > > Corinna Vinschen wrote: > > > On Jan 23 13:33, Takashi Yano wrote: > > > > - Following console APIs are additionally hooked for cygwin programs >

Re: [PATCH] Cygwin: pty: Add missing console API hooks.

2020-01-24 Thread Corinna Vinschen
Hi Takashi, On Jan 23 22:05, Takashi Yano wrote: > On Thu, 23 Jan 2020 13:48:13 +0100 > Corinna Vinschen wrote: > > On Jan 23 13:33, Takashi Yano wrote: > > > - Following console APIs are additionally hooked for cygwin programs > > > which directly call them. > > > * FillConsoleOutputAttribute

Re: [PATCH] Cygwin: pty: Add missing console API hooks.

2020-01-23 Thread Takashi Yano
On Thu, 23 Jan 2020 13:48:13 +0100 Corinna Vinschen wrote: > On Jan 23 13:33, Takashi Yano wrote: > > - Following console APIs are additionally hooked for cygwin programs > > which directly call them. > > * FillConsoleOutputAttribute() > > * FillConsoleOutputCharacterA() > > * FillConsoleOu

Re: [PATCH] Cygwin: pty: Add missing console API hooks.

2020-01-23 Thread Corinna Vinschen
On Jan 23 13:33, Takashi Yano wrote: > - Following console APIs are additionally hooked for cygwin programs > which directly call them. > * FillConsoleOutputAttribute() > * FillConsoleOutputCharacterA() > * FillConsoleOutputCharacterW() > * ScrollConsoleScreenBufferA() > * ScrollConsole

[PATCH] Cygwin: pty: Add missing console API hooks.

2020-01-22 Thread Takashi Yano
- Following console APIs are additionally hooked for cygwin programs which directly call them. * FillConsoleOutputAttribute() * FillConsoleOutputCharacterA() * FillConsoleOutputCharacterW() * ScrollConsoleScreenBufferA() * ScrollConsoleScreenBufferW() --- winsup/cygwin/fhandler_tty.cc