Re: ctrl-c not working during bash command line editing

2012-03-02 Thread Scott McCaskill
Confirmed, the snapshot build appears to be working for me too. Thanks! On Fri, Mar 2, 2012 at 1:57 PM, Kitchens wrote: > I just ran the snapshot build, and CTRL+C appears to be working > properly in /dev/consX > > -- > Kitchens > . > > -- > Problem reports:       http://cygwin.com/problems.html

Re: ctrl-c not working during bash command line editing

2012-03-02 Thread Kitchens
I just ran the snapshot build, and CTRL+C appears to be working properly in /dev/consX -- Kitchens . -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/

Re: ctrl-c not working during bash command line editing

2012-03-02 Thread Corinna Vinschen
On Mar 2 12:10, Corinna Vinschen wrote: > On Mar 2 11:18, Corinna Vinschen wrote: > > On Mar 1 19:22, Kitchens wrote: > > > I've noticed this as well, and it seems to be a difference between > > > /dev/consX and /dev/ptyX ttys. Mintty seems to work fine, whereas > > > cmd.exe or Console2 (basica

Re: ctrl-c not working during bash command line editing

2012-03-02 Thread Corinna Vinschen
On Mar 2 11:18, Corinna Vinschen wrote: > On Mar 1 19:22, Kitchens wrote: > > I've noticed this as well, and it seems to be a difference between > > /dev/consX and /dev/ptyX ttys. Mintty seems to work fine, whereas > > cmd.exe or Console2 (basically a cmd wrapper) cannot CTRL+C on the > > command

Re: ctrl-c not working during bash command line editing

2012-03-02 Thread Corinna Vinschen
On Mar 1 19:22, Kitchens wrote: > I've noticed this as well, and it seems to be a difference between > /dev/consX and /dev/ptyX ttys. Mintty seems to work fine, whereas > cmd.exe or Console2 (basically a cmd wrapper) cannot CTRL+C on the > command line to abort it. Ctrl+C does, however, issue a SI

Re: ctrl-c not working during bash command line editing

2012-03-01 Thread Kitchens
I've noticed this as well, and it seems to be a difference between /dev/consX and /dev/ptyX ttys. Mintty seems to work fine, whereas cmd.exe or Console2 (basically a cmd wrapper) cannot CTRL+C on the command line to abort it. Ctrl+C does, however, issue a SIGINT for a running process. This issue h

ctrl-c not working during bash command line editing

2012-03-01 Thread Scott McCaskill
I use vi mode (set -o vi) in bash. A couple of days ago I updated my cygwin installation and now I'm no longer able to use ctrl-c to abort command line editing. Specifically, while typing a command or editing a previous command from the history, it used to be possible to discard the command text