summaryrefslogtreecommitdiffstats
path: root/Demo/curses/README
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2001-01-05 20:54:07 (GMT)
committerGuido van Rossum <guido@python.org>2001-01-05 20:54:07 (GMT)
commit2b287763695c11594bb26e8d49d030855e4663fe (patch)
tree94fa939830bbb9e8e783e1de4b952828e9160a22 /Demo/curses/README
parentcadfaeca7f2297f52903eac6b7067f0efbc8b745 (diff)
downloadcpython-2b287763695c11594bb26e8d49d030855e4663fe.zip
cpython-2b287763695c11594bb26e8d49d030855e4663fe.tar.gz
cpython-2b287763695c11594bb26e8d49d030855e4663fe.tar.bz2
Added "repeat.py" -- repeatedly execute a shell command (like
watch(1)). Updated and untabified the README file.
Diffstat (limited to 'Demo/curses/README')
-rw-r--r--Demo/curses/README13
1 files changed, 6 insertions, 7 deletions
diff --git a/Demo/curses/README b/Demo/curses/README
index 7635c3d..f2a3b74 100644
--- a/Demo/curses/README
+++ b/Demo/curses/README
@@ -10,11 +10,11 @@ originals. I won't attempt to `beautify' the program anytime soon, but
I wouldn't mind someone else making an effort in that direction, of
course.
-ncurses.py -- currently only a panels demo
+ncurses.py -- currently only a panels demo
XXX this won't work until panel support is checked in
-rain.py -- raindrops keep falling on my desktop
-tclock.py -- ASCII clock, by Howard Jones
-xmas.py -- I'm dreaming of an ASCII christmas
+rain.py -- raindrops keep falling on my desktop
+tclock.py -- ASCII clock, by Howard Jones
+xmas.py -- I'm dreaming of an ASCII christmas
Please send bugfixes and new contributions to me or, even better,
submit them to the Python Bug Tracker on SourceForge
@@ -24,6 +24,5 @@ submit them to the Python Bug Tracker on SourceForge
Other demos
===========
-life.py Simple game of Life
-
-
+life.py -- Simple game of Life
+repeat.py -- Repeatedly execute a shell command (like watch(1))