You can use ncurses, but if it is only a getch() you want, you can
implement it using select() (not a function which is easy to
understand BTW). Just google for "getch" together with "select".

A sample implementation is here:

http://cygwin.com/ml/cygwin/1999-08/msg00385.html

Regards, Jan


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to