summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libcurses.tex
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2000-12-15 01:03:23 (GMT)
committerAndrew M. Kuchling <amk@amk.ca>2000-12-15 01:03:23 (GMT)
commit4fb588240f300325c7d61d890004130ee268d49a (patch)
tree6c6187d567940041cccd99a43d8c29c417b6deb4 /Doc/lib/libcurses.tex
parent2e09530f3fed8cf280f1c606c0c1a362b222fdbc (diff)
downloadcpython-4fb588240f300325c7d61d890004130ee268d49a.zip
cpython-4fb588240f300325c7d61d890004130ee268d49a.tar.gz
cpython-4fb588240f300325c7d61d890004130ee268d49a.tar.bz2
Document napms()
Add reference to demo directory
Diffstat (limited to 'Doc/lib/libcurses.tex')
-rw-r--r--Doc/lib/libcurses.tex5
1 files changed, 5 insertions, 0 deletions
diff --git a/Doc/lib/libcurses.tex b/Doc/lib/libcurses.tex
index 7b7ab0a..d8708ce 100644
--- a/Doc/lib/libcurses.tex
+++ b/Doc/lib/libcurses.tex
@@ -33,6 +33,7 @@ open-source curses library hosted on Linux and the BSD variants of
Programming with Python}{Tutorial material on using curses
with Python, by Andrew Kuchling, is available on the
Python Web site.}
+ \seetitle[Demo/curses]{}{Some example programs.}
\end{seealso}
@@ -310,6 +311,10 @@ event mask. If this function is never called, no mouse events are
ever reported.
\end{funcdesc}
+\begin{funcdesc}{napms}{ms}
+Sleep for \var{ms} milliseconds.
+\end{funcdesc}
+
\begin{funcdesc}{newpad}{nlines, ncols}
Creates and returns a pointer to a new pad data structure with the
given number of lines and columns. A pad is returned as a