Doc fixes

This commit is contained in:
William McBrine 2023-05-27 05:22:44 -04:00
parent c4fa20c4e3
commit 436e3da700
3 changed files with 8 additions and 14 deletions

View File

@ -1,7 +1,7 @@
PDCurses
========
Stable: [v3.9]
Stable: [v3.9]
Current: [See git repository][git]
PDCurses is a public domain curses library for [DOS], [OS/2], [Windows]

View File

@ -101,12 +101,9 @@ inopts
### Return Value
All functions that returns an int returns OK on success and ERR on error.
is_keypad() and is_nodelay() returns TRUE or FALSE.
is_notimeout() is provided for compatibility with other curses
implementations, i.e. it always returns FALSE.
is_keypad() and is_nodelay() return TRUE or FALSE. is_notimeout() is
provided for compatibility with other curses implementations, and
always returns FALSE. All others return OK on success and ERR on error.
### Portability
X/Open ncurses NetBSD

View File

@ -69,13 +69,10 @@ outopts
### Return Value
All functions that returns an int returns OK on success and ERR on error.
is_cleared(), is_immedok(), is_leaveok() and is_scrollok() are booleans
and returns TRUE or FALSE.
is_idlok() and is_idcok() are provided for compatibility with other curses
implementations, i.e. they always returns FALSE.
is_cleared(), is_immedok(), is_leaveok() and is_scrollok() return TRUE
or FALSE. is_idlok() and is_idcok() are provided for compatibility with
other curses implementations, and always return FALSE. All others
return OK on success and ERR on error.
### Portability
X/Open ncurses NetBSD