Re: Re: input delay issues

2012-04-05 Thread Christopher Faylor
On Wed, Apr 04, 2012 at 10:43:19AM -0400, Christopher Faylor wrote: >On Wed, Apr 04, 2012 at 04:24:29PM +0200, Thomas Wolff wrote: >>I described: >>- in mintty: >>- start sleep 3 >>- quickly enter "abc" >>- wait until sleep terminates >>- look at prompt >>- type "d" >>Isn't that a test case? >>I un

Re: Re: input delay issues

2012-04-04 Thread Christopher Faylor
On Wed, Apr 04, 2012 at 04:24:29PM +0200, Thomas Wolff wrote: >Christopher Faylor wrote: >> On Tue, Apr 03, 2012 at 09:31:40PM +0200, Thomas Wolff wrote: >> >Am 02.04.2012 22:56, schrieb Christopher Faylor: >> >>On Mon, Apr 02, 2012 at 09:46:51PM +0200, Thomas Wolff wrote: >> >>>When input is typed

Re: Re: input delay issues

2012-04-04 Thread Thomas Wolff
Christopher Faylor wrote: On Tue, Apr 03, 2012 at 09:31:40PM +0200, Thomas Wolff wrote: >Am 02.04.2012 22:56, schrieb Christopher Faylor: >>On Mon, Apr 02, 2012 at 09:46:51PM +0200, Thomas Wolff wrote: >>>When input is typed-ahead, on a Unix or Linux systems it will be >>>buffered and used as soo

Re: input delay issues

2012-04-04 Thread Christopher Faylor
On Tue, Apr 03, 2012 at 09:31:40PM +0200, Thomas Wolff wrote: >Am 02.04.2012 22:56, schrieb Christopher Faylor: >>On Mon, Apr 02, 2012 at 09:46:51PM +0200, Thomas Wolff wrote: >>>When input is typed-ahead, on a Unix or Linux systems it will be >>>buffered and used as soon as an application looks fo

Re: input delay issues

2012-04-03 Thread Thomas Wolff
Am 02.04.2012 22:56, schrieb Christopher Faylor: On Mon, Apr 02, 2012 at 09:46:51PM +0200, Thomas Wolff wrote: When input is typed-ahead, on a Unix or Linux systems it will be buffered and used as soon as an application looks for it. Try this: - Run a slow command (e.g. sleep 5) - Type "abc" whi

Re: input delay issues

2012-04-02 Thread Christopher Faylor
On Mon, Apr 02, 2012 at 07:48:07PM -0400, Adam Puckett wrote: >Christopher Faylor wrote: >>Yes. The console is a windows device and that's the way that Windows >>works. ?Doing it anyway else would mean keeping a separate thread in >>Cygwin and essentially adding back CYGWIN=tty, which we're obvio

Re: input delay issues

2012-04-02 Thread Adam Puckett
Christopher Faylor wrote: >Yes.  The console is a windows device and that's the way that Windows >works.  Doing it anyway else would mean keeping a separate thread in >Cygwin and essentially adding back CYGWIN=tty, which we're obviously >not going to do. > >cgf What if this thread looked for TERM

Re: input delay issues

2012-04-02 Thread Christopher Faylor
On Mon, Apr 02, 2012 at 09:46:51PM +0200, Thomas Wolff wrote: >When input is typed-ahead, on a Unix or Linux systems it will be >buffered and used as soon as an application looks for it. Try this: >- Run a slow command (e.g. sleep 5) >- Type "abc" while running >On Linux, "abc" will be echoed on t