Re: cygwin 3.1 pseudo console in PTY and break/ctrl-c handling

2020-02-20 Thread Thomas Wolff
On 19.02.2020 21:21, Brian Inglis wrote: On 2020-02-19 13:02, Kevin Schnitzius via cygwin wrote: On Tuesday, February 18, 2020, 05:54:23 PM EST, Thomas Wolff wrote: With 3.1.2-1: mintty -o "CA+F12:break"               =>    ctrl-alt-F12 causes a break and kills notepad mintty -o "c:break" 

Re: cygwin 3.1 pseudo console in PTY and break/ctrl-c handling

2020-02-19 Thread Takashi Yano
On Tue, 18 Feb 2020 21:16:45 + (UTC) "Kevin Schnitzius via cygwin" wrote: > With Cygwin version 3.1.2-1, crtl-c DOES NOT kill native apps that are > started from the shell,  I am investigating why this happens. Please wait a while. -- Takashi Yano -- Problem reports: http://cygwin.c

Re: cygwin 3.1 pseudo console in PTY and break/ctrl-c handling

2020-02-19 Thread Brian Inglis
On 2020-02-19 13:02, Kevin Schnitzius via cygwin wrote: > On Tuesday, February 18, 2020, 05:54:23 PM EST, Thomas Wolff wrote:  >>> With 3.1.2-1: >>> mintty -o "CA+F12:break"               =>    ctrl-alt-F12 causes a >>> break and kills notepad >>> mintty -o "c:break"                    => 

Re: cygwin 3.1 pseudo console in PTY and break/ctrl-c handling

2020-02-19 Thread Kevin Schnitzius via cygwin
On Tuesday, February 18, 2020, 05:54:23 PM EST, Thomas Wolff wrote:  >> With 3.1.2-1: >> >> mintty -o "CA+F12:break"               =>    ctrl-alt-F12 causes a break >> and kills notepad >> mintty -o "c:break"                    =>    ctrl-shift-c causes a break >> and kills notepad >>

Re: cygwin 3.1 pseudo console in PTY and break/ctrl-c handling

2020-02-18 Thread Thomas Wolff
Am 18.02.2020 um 22:16 schrieb Kevin Schnitzius via cygwin: With Cygwin version 3.0.7-1, crtl-c kills native apps that are started from the shell,  For example, starting notepad in the foreground from bash would be kill by a ctrl-c. With Cygwin version 3.1.2-1, crtl-c DOES NOT kill native apps

Re: cygwin 3.1 pseudo console in PTY and break/ctrl-c handling

2020-02-18 Thread Jose Isaias Cabrera
Kevin Schnitzius via cygwin, on Tuesday, February 18, 2020 04:16 PM, > wrote... > > With Cygwin version 3.0.7-1, crtl-c kills native apps that are started > from the shell, For example, starting notepad in the foreground from bash > would be kill by a ctrl-c. > > With Cygwin version 3.1.2-1, crtl

cygwin 3.1 pseudo console in PTY and break/ctrl-c handling

2020-02-18 Thread Kevin Schnitzius via cygwin
With Cygwin version 3.0.7-1, crtl-c kills native apps that are started from the shell,  For example, starting notepad in the foreground from bash would be kill by a ctrl-c. With Cygwin version 3.1.2-1, crtl-c DOES NOT kill native apps that are started from the shell,  Can I restore this behavi