curses API - Stack Overflow most recent 30 from stackoverflow.com 2009-12-01T02:04:01Z http://stackoverflow.com/feeds/question/109855 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/109855/curses-api 2 curses API computergeek6 2008-09-21T00:14:36Z 2008-09-22T02:05:54Z <p>Where can I find a complete reference of the ncurses C API?</p> http://stackoverflow.com/questions/109855/curses-api/109869#109869 3 Answer by VP for curses API VP 2008-09-21T00:19:35Z 2008-09-21T00:19:35Z <p>You can buy this book. I have it and recommend: John Strang, Programming with curses, O'Reilly, ISBN 0-937175-02-1</p> <p>The best online source information: <a href="http://invisible-island.net/ncurses/ncurses-intro.html" rel="nofollow">http://invisible-island.net/ncurses/ncurses-intro.html</a></p> <p>I learned a lot about ncurses reading the minicom source code and the iptraf linux network monitor.</p> <p>Regards,</p> <p>Victor</p> http://stackoverflow.com/questions/109855/curses-api/109903#109903 2 Answer by paxdiablo for curses API paxdiablo 2008-09-21T00:59:47Z 2008-09-21T01:25:56Z <p>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.</p> <p>There's also the O'Reilly Nutshell guide "Programming with Curses" which isn't too bad.</p> http://stackoverflow.com/questions/109855/curses-api/112848#112848 1 Answer by wnoise for curses API wnoise 2008-09-22T02:05:54Z 2008-09-22T02:05:54Z <p>The documentation that comes with the library actually isn't that bad.</p> <p><a href="http://tldp.org/HOWTO/NCURSES-Programming-HOWTO/" rel="nofollow">http://tldp.org/HOWTO/NCURSES-Programming-HOWTO/</a></p>