"Buz Davis" wrote:

> 
> I would like a routine to read the keyboard and report the single
> key pressed, and give me control back without waiting for ENTER to
> be pressed. Under MSDOS (where all of my c experience has been)
> there was a c routine called getch() that would do just this.  I
> can't seem to find one under Linux.
> 

look up getc and relatives in a C manual - it's very do-able.




-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list

Reply via email to