python suitable for character mode terminals on linux
A.M. Kuchling
amk at amk.ca
Tue Oct 7 07:50:44 EDT 2003
More information about the Python-list mailing list
Tue Oct 7 07:50:44 EDT 2003
- Previous message (by thread): python suitable for character mode terminals on linux
- Next message (by thread): python suitable for character mode terminals on linux
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 7 Oct 2003 03:13:39 -0700, Sanjay Minni <sminni_news at minisoftindia.com> wrote: > Will python be a suitable front end in such an > environment (specially the Character mode CUI) > at least then some of the knowledgebase can be > reused. Python includes a curses module that wraps most of the SYSV curses/ncurses interfaces (though certainly not all of them) so you could use that to construct text-mode interfaces. --amk
- Previous message (by thread): python suitable for character mode terminals on linux
- Next message (by thread): python suitable for character mode terminals on linux
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list