Commit e6bf8584 authored by Andrew M. Kuchling's avatar Andrew M. Kuchling

Document ERR and OK

parent caefb37e
......@@ -1026,6 +1026,17 @@ length \var{n} consisting of the character \var{ch}.
The \module{curses} module defines the following data members:
\begin{datadesc}{ERR}
Some curses routines that return an integer, such as
\function{getch()}, return ERR upon failure.
\end{datadesc}
\begin{datadesc}{OK}
Some curses routines that return an integer, such as
\function{napms()}, return OK upon success.
\end{datadesc}
\begin{datadesc}{version}
A string representing the current version of the module.
Also available as \constant{__version__}.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment