Date: Thu, 24 May 2001 21:49:41 +0300 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: "Maverick" Message-Id: <1659-Thu24May2001214939+0300-eliz@is.elta.co.il> X-Mailer: Emacs 20.6 (via feedmail 8.3.emacs20_6 I) and Blat ver 1.8.9 CC: djgpp AT delorie DOT com In-reply-to: <001601c0e479$71268720$0700a8c0@chello.at> (vhd@chello.at) Subject: Re: code snippet trouble References: <2593-Thu24May2001195721+0300-eliz AT is DOT elta DOT co DOT il> <001601c0e479$71268720$0700a8c0 AT chello DOT at> Reply-To: djgpp AT delorie DOT com 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 > From: "Maverick" > Date: Thu, 24 May 2001 19:46:20 +0200 > > Btw : Do you know how to clear the keyboard buffer after calling bioskey(1)? Something like this: while (kbhit()) getkey();