From: beyonddeath Newsgroups: comp.os.msdos.djgpp Subject: using keyboard not line buffered Message-ID: X-Newsreader: Forte Agent 1.7/32.534 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Lines: 12 Date: Sun, 26 Mar 2000 16:00:19 GMT NNTP-Posting-Host: 24.112.65.173 X-Complaints-To: abuse AT home DOT net X-Trace: news2.rdc1.on.home.com 954086419 24.112.65.173 (Sun, 26 Mar 2000 08:00:19 PST) NNTP-Posting-Date: Sun, 26 Mar 2000 08:00:19 PST Organization: @Home Network Canada To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com what i need to do is allow my programs to use the arrowkeys and all other buttons while ignoring others for example i want this while loop to continue forever until enter is hit while(!keys() == ENTER) { printf("hit enter"); } If you can help great thanks im looking more for source cause its already been explained lots of times and i dont know assembler.