From owner-freebsd-hackers Wed Dec 28 22:50:25 1994 Return-Path: hackers-owner Received: (from root@localhost) by freefall.cdrom.com (8.6.9/8.6.6) id WAA25340 for hackers-outgoing; Wed, 28 Dec 1994 22:50:25 -0800 Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.34]) by freefall.cdrom.com (8.6.9/8.6.6) with ESMTP id WAA25333 for ; Wed, 28 Dec 1994 22:50:15 -0800 Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.9/8.6.9) id RAA10527; Thu, 29 Dec 1994 17:47:59 +1100 Date: Thu, 29 Dec 1994 17:47:59 +1100 From: Bruce Evans Message-Id: <199412290647.RAA10527@godzilla.zeta.org.au> To: dufault@hda.com, jbeukema@HK.Super.NET Subject: Re: how to emulate kdhit()B? Cc: freebsd-hackers@freefall.cdrom.com Sender: hackers-owner@freebsd.org Precedence: bulk >This "kbhit" just returns whether or not something is pending, which >is all the Microsoft library promised when this was written (way back when). Does the Microsoft one look at the keyboard or at stdin? I'm familiar with the Borland one, which is documented to look on the keyboard, but actually looks at stdin. Be sure to implement this bug correctly :-). Bruce