Hello!
How can I read a character from the keyboard
(in xterm e.g.) without having to wait for
newline (Enter)? Like the getch() function in
many C libraries. I need this to write text
mode games or editors, and I don't want to use
ncurses, for instance. I am using ACL on both
PC and Unix.
Thanks,
David Kaasen.