X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f Date: Thu, 21 Sep 2006 11:51:30 -0400 Message-Id: <200609211551.k8LFpU6W028779@envy.delorie.com> From: DJ Delorie To: djgpp AT delorie DOT com In-reply-to: <4512b128_2@x-privat.org> (nospamtnx@unknown.addr) Subject: Re: strange getch+keybhit behaviour References: <4512b128_2 AT x-privat DOT org> Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk If you're using kbhit(), try using getkey() instead of getch(). Also, you can try using bioskey() to check and read the keys.