On Sat, 11 Dec 2021 22:40:30 +0900
Takashi Yano wrote:
> On Fri, 10 Dec 2021 12:12:44 +0100 (CET)
> Johannes Schindelin wrote:
> > On Fri, 10 Dec 2021, Takashi Yano wrote:
> > > Could you please test if the following patch solves the issue?
> >
> > It does!
>
> It seems that you already apply thi
- The recent commit: "Cygwin: pty: Fix Ctrl-C handling for non-cygwin
apps in background." causes the problem that cmd.exe is terminated
by Ctrl-C even if it is running in pseudo console. This patch fixes
the issue.
---
winsup/cygwin/fhandler_tty.cc | 36 +-
On Mon, 13 Dec 2021 18:09:35 +0900
Takashi Yano wrote:
> On Sat, 11 Dec 2021 22:40:30 +0900
> Takashi Yano wrote:
> > On Fri, 10 Dec 2021 12:12:44 +0100 (CET)
> > Johannes Schindelin wrote:
> > > On Fri, 10 Dec 2021, Takashi Yano wrote:
> > > > Could you please test if the following patch solves th
Use AS_HELP_STRING in AC_ARG_WITH for --enable-debugging to ensure
correct formatting in 'configure --help' output.
---
winsup/configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/winsup/configure.ac b/winsup/configure.ac
index 79e78a5fc..cf1128b37 100644
--- a/winsup/c
On Dec 13 13:36, Jon Turney wrote:
> Use AS_HELP_STRING in AC_ARG_WITH for --enable-debugging to ensure
> correct formatting in 'configure --help' output.
> ---
> winsup/configure.ac | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/winsup/configure.ac b/winsup/configure.ac
- The recent commit "Cygwin: pty: Add missing input transfer when
switch_to_pcon_in state." causes regression that rlwrap cannot
work with cmd.exe. This patch fixes the issue.
---
winsup/cygwin/fhandler.h | 2 +-
winsup/cygwin/fhandler_tty.cc | 30 +++---
2 files