curses API - Stack Overflow most recent 30 from stackoverflow.com2009-12-01T02:04:01Zhttp://stackoverflow.com/feeds/question/109855http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/109855/curses-api2curses APIcomputergeek62008-09-21T00:14:36Z2008-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#1098693Answer by VP for curses APIVP2008-09-21T00:19:35Z2008-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#1099032Answer by paxdiablo for curses APIpaxdiablo2008-09-21T00:59:47Z2008-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#1128481Answer by wnoise for curses APIwnoise2008-09-22T02:05:54Z2008-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>