Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm
Sender: cygwin-owner@sourceware.cygnus.com
Delivered-To: mailing list cygwin@sourceware.cygnus.com
Message-ID: <3749640E.8DEB1931@home.email.ne.jp>
Date: Mon, 24 May 1999 23:37:07 +0900
From: Kazuhisa Ichikawa <ki@home.email.ne.jp>
Reply-To: ki@home.email.ne.jp
X-Mailer: Mozilla 4.5 (Macintosh; I; PPC)
X-Accept-Language: ja
MIME-Version: 1.0
To: cygwin@sourceware.cygnus.com
CC: Chris Faylor <cgf@cygnus.com>, Mumit Khan <khan@xraylith.wisc.edu>
Subject: Re: B20.1: It takes hitting RET key twice to make select() recognize 
 input from stdin
References: <374570AC.5187F546@home.email.ne.jp> <199905221824.NAA00889@mercury.xraylith.wisc.edu> <19990523003643.A1344@cygnus.com>
Content-Type: text/plain; charset=iso-2022-jp
Content-Transfer-Encoding: 7bit

Chris Faylor wrote:
> 
> On Sat, May 22, 1999 at 01:24:17PM -0500, Mumit Khan wrote:
> >Kazuhisa Ichikawa <ki@home.email.ne.jp> writes:
> >>
> >> Under cygwin b20.1, select() does not correctly detect input from stdin. That
> >>  is,
> >> if I type a character and hit RET key once, select() returns 0 as the number
> >> of
> >> bits set in the bit masks. If I hit the RET key the second time, select()
> >> correctly returns 1.
> >
> >>
> >> To reproduce the problem, just compile the attached test case and run it as:
> >>
> >>         gcc -g -o select_test.exe select_test.c
> >>         ./select_test.exe
> >
> >I can't reproduce your problem on either NT or Win95. I do see different
> >behaviour if set the tty in CYGWIN variable (before starting bash), but
> >either case select returns 1 as expected. With CYGWIN=tty, I see the
> >same behaviour as on Linux.
> 
> This behavior should be fixed (or at least different) in recent snapshots.
> I rewrote the console handling a month or so ago.


Today I tested the 1999-MAY-19 snapshot and verified that the problem is fixed.

Thank you.

Kaz

-- 
Kazuhisa Ichikawa
Kawasaki Japan
ki@home.email.ne.jp

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

