Re: [PATCH] Cygwin: pty, console: Refactor the code processing special keys.

2022-02-26 Thread Takashi Yano
Hi Johannes, Thank you for the comment. On Fri, 25 Feb 2022 14:37:59 +0100 (CET) Johannes Schindelin wrote: > Hi Takashi, > > On Sun, 20 Feb 2022, Takashi Yano wrote: > > > - This patch commonize the code which processes special keys in pty > > and console to improve maintanancibility. > > I

Re: [PATCH] Cygwin: pty, console: Refactor the code processing special keys.

2022-02-25 Thread Johannes Schindelin
Hi Takashi, On Sun, 20 Feb 2022, Takashi Yano wrote: > - This patch commonize the code which processes special keys in pty > and console to improve maintanancibility. I very much welcome the direction. Thank you for working on this! > As a result, some small bugs have been fixed. Whenever I

[PATCH] Cygwin: pty, console: Refactor the code processing special keys.

2022-02-20 Thread Takashi Yano
- This patch commonize the code which processes special keys in pty and console to improve maintanancibility. As a result, some small bugs have been fixed. --- winsup/cygwin/dtable.cc | 1 + winsup/cygwin/exceptions.cc | 15 ++ winsup/cygwin/fhandler.h | 17 +- win