parent
2e09530f3f
commit
4fb588240f
|
@ -33,6 +33,7 @@ open-source curses library hosted on Linux and the BSD variants of
|
||||||
Programming with Python}{Tutorial material on using curses
|
Programming with Python}{Tutorial material on using curses
|
||||||
with Python, by Andrew Kuchling, is available on the
|
with Python, by Andrew Kuchling, is available on the
|
||||||
Python Web site.}
|
Python Web site.}
|
||||||
|
\seetitle[Demo/curses]{}{Some example programs.}
|
||||||
\end{seealso}
|
\end{seealso}
|
||||||
|
|
||||||
|
|
||||||
|
@ -310,6 +311,10 @@ event mask. If this function is never called, no mouse events are
|
||||||
ever reported.
|
ever reported.
|
||||||
\end{funcdesc}
|
\end{funcdesc}
|
||||||
|
|
||||||
|
\begin{funcdesc}{napms}{ms}
|
||||||
|
Sleep for \var{ms} milliseconds.
|
||||||
|
\end{funcdesc}
|
||||||
|
|
||||||
\begin{funcdesc}{newpad}{nlines, ncols}
|
\begin{funcdesc}{newpad}{nlines, ncols}
|
||||||
Creates and returns a pointer to a new pad data structure with the
|
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
|
given number of lines and columns. A pad is returned as a
|
||||||
|
|
Loading…
Reference in New Issue