Re: Patch for fhandler_tty.cc

2004-10-07 Thread Mark Paulus
Corinna, Thanks for applying this, and I apologize for not following protocol. Subsequent patches will go to cygwin-patches, and will be accompanied by ChangeLog entries as well. On Thu, 07 Oct 2004 10:01:49 +0200, Corinna Vinschen wrote: >On Oct 6 12:10, Mark Paulus wrote: >> --- fhandler_tty

Re: Patch for fhandler_tty.cc

2004-10-07 Thread Corinna Vinschen
On Oct 6 12:10, Mark Paulus wrote: > --- fhandler_tty_old.cc 2004-10-06 12:05:54.196444800 -0600 > +++ fhandler_tty.cc 2004-10-06 12:06:13.465645500 -0600 > @@ -766,7 +766,7 @@ fhandler_tty_slave::read (void *ptr, siz >w4[0] = signal_arrived; >w4[1] = input_available_event; > > - DWO

Patch for fhandler_tty.cc

2004-10-06 Thread Mark Paulus
Hi, While trying to port xtermcontrol, I found a problem where it would hang. Turns out, there is a small one-liner that appears to be something that was missed when the code either written, or later enhanced. The code currently breaks the handling of the case of MIN==0, TIME > 0. The call neve