summaryrefslogtreecommitdiffstats
path: root/Demo/curses/ncurses.py
Commit message (Collapse)AuthorAgeFilesLines
* Whitespace normalization. Ran reindent.py over the entire source tree.Tim Peters2004-07-181-2/+2
|
* Update this demo to use curses.panelAndrew M. Kuchling2000-12-221-2/+3
|
* Curses demos contributed by Thomas Gellekum <tg@FreeBSD.org>.Andrew M. Kuchling2000-12-151-0/+272
ncurses.py requires panel support, and therefore doesn't work yet.