Comments: Authenticated sender is From: Kevin Baca Organization: BlueSky Software To: djgpp AT sun DOT soe DOT clarkson DOT edu Date: Wed, 30 Aug 1995 17:44:42 +0000 Subject: Re: kbhit with Unix/Linux > Please look in this months Linux Journel. This exact topic is covered > in an article. For those who don't get Linux Journal, it says, in a nutshell, the most portable way to implement kbhit is to do a select() on the stdin file descriptor (I think it's 0 (zero)). I haven't tried it, but it sounds good to me.