From 10e73dcbe1bbcfecf593e73ad274d7413cf9e540 Mon Sep 17 00:00:00 2001 From: William McBrine Date: Sat, 6 Jul 2019 18:40:56 -0400 Subject: [PATCH] Synced --- man/MANUAL.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/man/MANUAL.md b/man/MANUAL.md index b63fc240..bf0829db 100644 --- a/man/MANUAL.md +++ b/man/MANUAL.md @@ -428,7 +428,7 @@ beep ### Return Value - These functions return OK. + These functions return ERR if called before initscr(), otherwise OK. ### Portability X/Open ncurses NetBSD @@ -2643,7 +2643,7 @@ util unctrl() expands the text portion of the chtype c into a printable string. Control characters are changed to the "^X" notation; others - are passed through. wunctrl() is the wide- character version of the + are passed through. wunctrl() is the wide-character version of the function. filter() and use_env() are no-ops in PDCurses. @@ -2668,8 +2668,7 @@ util ### Return Value - unctrl() and wunctrl() return NULL on failure. delay_output() always - returns OK. + wunctrl() returns NULL on failure. delay_output() always returns OK. getcchar() returns the number of wide characters wcval points to when wch is NULL; when it's not, getcchar() returns OK or ERR.