Re: Did somebody implement a curses interface?

Guido.van.Rossum@cwi.nl
Fri, 02 Jul 1993 12:43:15 +0200

> Guess what, I could use a curses interface in Python. There was some
> traffic about a curses interface some time ago, but no definite
> answer. It looked like people were porting a curses interface or a
> subset of it. Is there a curses or curses-like module out there that I
> could use?

I haven't heard of curses interfaces for Python -- I'm afraid most of
its users have bitmapped or or color graphics displays...

I suppose you could use the alfa version of STDWIN -- it's not exactly
curses but has similar functionality. And guess what, your programs
will be portable to X11 as well!

--Guido van Rossum, CWI, Amsterdam <Guido.van.Rossum@cwi.nl>