On Feb 28 18:32, Takashi Yano wrote:
> On Mon, 28 Feb 2022 10:21:32 +0100
> Corinna Vinschen wrote:
> > Hi Takashi,
> >
> > On Feb 27 09:46, Takashi Yano wrote:
> > > - The recent commit "Cygwin: pinfo: Fix exit code when non-cygwin app
> > > exits by Ctrl-C." did not fix enough the issue. If a
On Mon, 28 Feb 2022 10:21:32 +0100
Corinna Vinschen wrote:
> Hi Takashi,
>
> On Feb 27 09:46, Takashi Yano wrote:
> > - The recent commit "Cygwin: pinfo: Fix exit code when non-cygwin app
> > exits by Ctrl-C." did not fix enough the issue. If a non-cygwin app
> > is reading the console, it wil
Hi Takashi,
On Feb 27 09:46, Takashi Yano wrote:
> - The recent commit "Cygwin: pinfo: Fix exit code when non-cygwin app
> exits by Ctrl-C." did not fix enough the issue. If a non-cygwin app
> is reading the console, it will not return STATUS_CONTROL_C_EXIT
> even if it is terminated by Ctrl
- The recent commit "Cygwin: pinfo: Fix exit code when non-cygwin app
exits by Ctrl-C." did not fix enough the issue. If a non-cygwin app
is reading the console, it will not return STATUS_CONTROL_C_EXIT
even if it is terminated by Ctrl-C. As a result, the previous patch
does not take effect