Date: Mon, 3 May 93 09:10:50 EDT From: DJ Delorie To: bergman AT panix DOT com Cc: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: Re: reading keyboard > I'm trying to port slnr (an offline news-reader) that depends on > reading a single keystroke without a \n. The unix section of the code > uses termio and raw mode, the dos (TurboC) uses a getch() function. Any > suggestions on the best DJGPP equivalent? Use getkey() and kbhit().