ncurses.h [Archive] - C Board

PDA

View Full Version : ncurses.h


itld
02-18-2002, 11:09 AM
howdy,
any one know where i can get good info on ncurses.h. the man page simply baffles me.
im trying to find a function to act like kbhit(). i understand its in either curses.h or ncurses.h but after looking at the man page i could not figure out which construct to use.

Thanks
M.R.

Salem
02-18-2002, 01:53 PM
Here's a start
http://cscene.org/CS3/CS3-08.html

itld
02-18-2002, 03:16 PM
thanks Salem!!