mirror of
https://github.com/HEYAHONG/PDCurses.git
synced 2025-05-08 05:25:58 +08:00
Doc fixes
This commit is contained in:
parent
c4fa20c4e3
commit
436e3da700
@ -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]
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user