Date: Sun, 2 Jun 1996 02:54:03 +0800 (GMT+0800) From: Orlando Andico To: Eli Zaretskii cc: Rich Deighton , djgpp AT delorie DOT com Subject: Re: I/O Multiplexor In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Mon, 3 Jun 1996, Eli Zaretskii wrote: > I can think of a few uses: > > 1) Portability. How else would you write a program that polls > the keyboard in a way that would run on both MS-DOS and Unix? Uh.. I thought of this myself.. kbhit() for Unix.. but isn't that what Curses is designed for? I'd hate to do keyboard polling using select()..