From e6bf85845f7f95bf0839247f7caf4ecadee109ac Mon Sep 17 00:00:00 2001 From: "Andrew M. Kuchling" Date: Tue, 26 Dec 2000 15:58:27 +0000 Subject: [PATCH] Document ERR and OK --- Doc/lib/libcurses.tex | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/Doc/lib/libcurses.tex b/Doc/lib/libcurses.tex index 802a9f9b82..00dec6df38 100644 --- a/Doc/lib/libcurses.tex +++ b/Doc/lib/libcurses.tex @@ -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__}. -- 2.50.1