]> granicus.if.org Git - python/commitdiff
Document napms()
authorAndrew M. Kuchling <amk@amk.ca>
Fri, 15 Dec 2000 01:03:23 +0000 (01:03 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Fri, 15 Dec 2000 01:03:23 +0000 (01:03 +0000)
Add reference to demo directory

Doc/lib/libcurses.tex

index 7b7ab0a1404f47dcfeb1ade795f18a6526a3b09e..d8708ce11fd14ce0ce79dca391adf615c70ad4a3 100644 (file)
@@ -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