curses prototype
command line is a priority, curses aren't although they make certain tasks much easier.
why?
command line, as an interface won't fail, curses could. good example is Curses.pm (perl interface to curses library) which fails to compile from the FreeBSD 4.8-STABLE ports. also, curses can not be wrapped and used by other programms, command line, if designed with care, is perfecet to do so. which make stac another potentialy reusable, scriptable component. so, until we're happy with what command line does, curses development is on hold. till then, here are few screenshots of what we have so far in curses, which includes base of the internationalization framework with english and croatian translation available:
to top