Re: 1.7.9-1: typeahead queue not flushed when Ctrl+C pressed

2011-04-21 Thread Edward McGuire
Thank you. I installed the 2011-04-17 snapshot, following FAQ 2.20 How do I install snapshots?. After installing, I could not reproduce the problem. Cheers, MetaEd -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation:

Re: 1.7.9-1: typeahead queue not flushed when Ctrl+C pressed

2011-04-21 Thread Christopher Faylor
On Thu, Apr 21, 2011 at 02:37:43PM -0500, Edward McGuire wrote: Thank you. I installed the 2011-04-17 snapshot, following FAQ 2.20 How do I install snapshots?. After installing, I could not reproduce the problem. Thanks for the confirmation but this fix has actually introduced some instability

Re: 1.7.9-1: typeahead queue not flushed when Ctrl+C pressed

2011-04-17 Thread Christopher Faylor
On Mon, Apr 04, 2011 at 01:39:23PM -0500, Edward McGuire wrote: When I type ahead in an uncustomized terminal window, I expect my keyboard input to be queued until it is called for. When I press Ctrl+C, I expect the queue to be flushed. Any keyboard input still in the queue should be lost. The

Re: 1.7.9-1: typeahead queue not flushed when Ctrl+C pressed

2011-04-14 Thread Andy Koppe
On 4 April 2011 19:39, Edward McGuire wrote: When I type ahead in an uncustomized terminal window, I expect my keyboard input to be queued until it is called for. When I press Ctrl+C, I expect the queue to be flushed. Any keyboard input still in the queue should be lost. The trouble I am

Re: 1.7.9-1: typeahead queue not flushed when Ctrl+C pressed

2011-04-14 Thread Edward McGuire
On Thu, Apr 14, 2011 at 13:21, Andy Koppe andy.ko...@gmail.com wrote: Yep, looks like the NOFLSH bit is ignored. There's no mention of it in the Cygwin sources except in sys/termios.h. Have you confirmed that it behaves as expected on Linux? This is an ancient part of the line discipline. It

Re: 1.7.9-1: typeahead queue not flushed when Ctrl+C pressed

2011-04-12 Thread Edward McGuire
On Mon, Apr 4, 2011 at 13:39, Edward McGuire cygwin@metaed.com wrote: The trouble I am having is that my keyboard input is preserved when I press Ctrl+C. As there was no response of any kind, I am just checking whether I committed some error in posting this. Could someone most kindly reply

1.7.9-1: typeahead queue not flushed when Ctrl+C pressed

2011-04-04 Thread Edward McGuire
When I type ahead in an uncustomized terminal window, I expect my keyboard input to be queued until it is called for. When I press Ctrl+C, I expect the queue to be flushed. Any keyboard input still in the queue should be lost. The trouble I am having is that my keyboard input is preserved when I