Unlike `winch()`, `win_wch()` doesn't _return_ a curses complex character, but _retrieves_ one, storing it via a pointer supplied as a function argument. --- man/curs_add_wch.3x | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/man/curs_add_wch.3x b/man/curs_add_wch.3x index 1aa460c37..da4bc4e08 100644 --- a/man/curs_add_wch.3x +++ b/man/curs_add_wch.3x @@ -228,7 +228,7 @@ .SS wadd_wch draws it in printable form using the same convention as \fB\%wunctrl\fP(3X). Calling \fB\%win_wch\fP(3X) on the location of a nonprintable character -does not return the character itself, +does not retrieve the character itself, but its \fB\%wunctrl\fP(3X) representation. .PP Adding spacing characters with \fB\%wadd_wch\fP -- 2.30.2
signature.asc
Description: PGP signature
