Ctrl+C is sometimes ignored on Windows Terminal

2021-11-01 Thread Naoto Aoki via Cygwin
Hi, When I'm using some programs such as bash and python from cygwin under Windows Terminal, Ctrl+C is sometimes ignored. https://github.com/microsoft/terminal Normally holding 'Ctrl' and pressing 'C' will make new line. But, sometimes it does not and unholding 'Ctrl' makes new line under Windows

Re: Ctrl+C is sometimes ignored on Windows Terminal

2021-11-01 Thread Russell VT via Cygwin
If you're running things from under Windows Terminal, rather than the Cygwin terminal, the behavior is likely going to be inconsistent or unpredictable (and things like interrupts may be handled at a lower level within the terminal, first, before passing to a higher level and received by Cygwin).

Re: Ctrl+C is sometimes ignored on Windows Terminal

2021-11-01 Thread Doug Henderson via Cygwin
On Mon, 1 Nov 2021 at 02:35, Naoto Aoki via Cygwin wrote: > > Hi, > > When I'm using some programs such as bash and python from cygwin under > Windows Terminal, Ctrl+C is sometimes ignored. > https://github.com/microsoft/terminal > snip What do you expect to happen when you press Ctrl+C. - break

[ANNOUNCEMENT] Updated: Perl distributions

2021-11-01 Thread Achim Gratz
The following Perl distributions have been updated to their latest release version available on CPAN: noarch -- perl-Alien-Build-2.45-1 perl-Crypt-OpenSSL-Guess-0.14-1 perl-DateTime-Locale-1.33-1 perl-libwww-perl-6.58-1 perl-MIME-Types-2.22-1 perl-Path-Tiny-0.120-1 perl-URI-5.10-1 --

[ANNOUNCEMENT] Updated: openldap-2.5.9-1

2021-11-01 Thread Achim Gratz
The openldap package in Cygwin has been updated to the latest upstream version 2.5.9 (a minor bugfix release). Notes = The 2.5.x version branch changes the library ABI. Packages linked against an earlier libldap ABI need to be recompiled to use this new version. Upstream has removed the t

[ANNOUNCEMENT] Updated: fetchmail-6.4.23-1 / fetchmailconf-6.4.23-1 (security)

2021-11-01 Thread Achim Gratz
The current upstream release of fetchmail is now available on Cygwin. The upstream release changelog is here: https://sourceforge.net/projects/fetchmail/files/branch_6.4/ This release uses the Python3 interpreter and has been compiled with support for NTLM, GSSAPI authentication, TLSv1.3 is als

[ANNOUNCEMENT] Updated: {,mingw-{i686,x86_64}-}pcre2-10.39-1

2021-11-01 Thread Achim Gratz
The PCRE2 library is a set of functions that implement regular expression pattern matching using the same syntax and semantics as Perl, with just a few differences. This the latest upstream release with bugfixes, cleanups and an update to Unicode 14. The following packages have been uploaded to

Re: Ctrl+C is sometimes ignored on Windows Terminal

2021-11-01 Thread Takashi Yano via Cygwin
On Mon, 1 Nov 2021 17:33:02 +0900 Naoto Aoki wrote: > When I'm using some programs such as bash and python from cygwin under > Windows Terminal, Ctrl+C is sometimes ignored. > https://github.com/microsoft/terminal > > Normally holding 'Ctrl' and pressing 'C' will make new line. > But, sometimes it