Re: Curses Interface

Lance Ellinghouse (lance@markv.com)
Mon, 7 Dec 92 10:44:04 PST

> >Has anyone created a Curses interface layer (similar to STDWIN) for Python
> >yet?

> Note that there is a "curses-like" version of stdwin, where you can
> use the stdwin API (or at least a large subset) and run the program on
> an ASCII terminal. Look at stdwin/Ports/alfa and vtrm. You'll have
> to build a separate Python interpreted for this, linked with this
> alternative stdwin library.

The problem is that I then have to constantly port another package
whenever updates come about... If I use the standard CURSES libs, I
don't have to worry about it.

Lance Ellinghouse
lance@markv.com