On Tue, Apr 30, 2002 at 12:01:11AM -0500, Grant Edwards wrote:
>On Mon, Apr 29, 2002 at 09:10:42PM +0100, Patrick Kirk wrote:
[..]
>You're learning C and ypu started with a curses/forms app?
>Curses (and esp the SysV form stuff) is getting to be pretty
>arcane stuff these days. There are a few people that know it
>well, but not too many. There's a CD ripper front-end named
>mp3c that has a pretty nice ncurses UI (but I don't think it

I didn't choose curses - its just the usual way to do console apps
that I access via ssh from wherever I happen to be that day.

If there is an easier library than ncurses, let me know please.  But
so far it seems do-able.

Current plan is to have the form inactive but have data entry done on
pressing 'e' and each field have a corresponding data entry field that
pops up as you enter it.

But I suspect that I am applying the event driven model where it
doesn't fit so that's why I was looing for sample apps.

Thanks to all who replied.

Patrick


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to