up vote 3 down vote favorite
2
share [g+] share [fb]

Where can I find a complete reference of the ncurses C API?

link|improve this question

feedback

3 Answers

up vote 3 down vote accepted

You can buy this book. I have it and recommend: John Strang, Programming with curses, O'Reilly, ISBN 0-937175-02-1

The best online source information: http://invisible-island.net/ncurses/ncurses-intro.html

I learned a lot about ncurses reading the minicom source code and the iptraf linux network monitor.

Regards,

Victor

link|improve this answer
feedback

I've found the book "Programmer's Guide to nCurses" (Dan Gookin, published by Wiley) invaluable as it includes both tutorial and an impressive reference to the API.

There's also the O'Reilly Nutshell guide "Programming with Curses" which isn't too bad.

link|improve this answer
feedback

The documentation that comes with the library actually isn't that bad.

http://tldp.org/HOWTO/NCURSES-Programming-HOWTO/

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.