[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: newwin seg fault
From: |
Joe Davies |
Subject: |
RE: newwin seg fault |
Date: |
Thu, 14 Mar 2002 21:30:27 -0500 |
Thanks! I was counting on that book, but it's been difficult to find decent
resources. This should help a lot!
Joe
-----Original Message-----
From: Pradeep Padala [mailto:address@hidden
Sent: Thursday, March 14, 2002 9:06 PM
To: Joe Davies
Cc: address@hidden
Subject: Re: newwin seg fault
> This is my first post to this list. I'm developing a simple app on unix
> sysV, using Curses (I know, not nCurses!) and can't find any decent
> resources or help on curses. I ordered a book on Feb 25th, but it hasn't
> arrived yet!
The following two documents give good introduction and usage of
ncurses. ncurses can do every thing curses can do and more.
Interface is same as far as curses functions are concerned.
Writing Programs with NCURSES
http://dickey.his.com/ncurses/ncurses-intro.html
NCurses Programming HOWTO
http://www.linuxdoc.org/HOWTO/NCURSES-Programming-HOWTO/index.html
Once you become proficient you can try this document to know internals
A Hacker's Guide to NCURSES
http://dickey.his.com/ncurses/hackguide.html
--pradeep