News

Considering you mentioned that there is a getch () function, there is most likely also the getche () function, which gets a character and also Echos it to the screen.
I'm trying to detect when a user presses a specific key for a console program in Solaris (without first pressing enter). My searches online have shown that this is really simple in DOS/Windows ...