[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 07/17] man/curs_get_wch.3x: Note a narrow/wide API asymmetry.
From: |
G. Branden Robinson |
Subject: |
[PATCH 07/17] man/curs_get_wch.3x: Note a narrow/wide API asymmetry. |
Date: |
Wed, 13 Mar 2024 13:10:35 -0500 |
---
man/curs_get_wch.3x | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/man/curs_get_wch.3x b/man/curs_get_wch.3x
index dc62c1565..eb120c8c3 100644
--- a/man/curs_get_wch.3x
+++ b/man/curs_get_wch.3x
@@ -184,6 +184,12 @@ .SH NOTES
\fB\%wget_wch\fP and
\fB\%unget_wch\fP
may be implemented as macros.
+.PP
+Unlike \fB\%wgetch\fP(3X),
+.B \%wget_wch
+and its variants store the value of the input character in an additional
+.I wch
+parameter instead of the return value.
.SH PORTABILITY
These functions are described in the XSI Curses standard, Issue 4.
.SH SEE ALSO
--
2.30.2
signature.asc
Description: PGP signature
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [PATCH 07/17] man/curs_get_wch.3x: Note a narrow/wide API asymmetry.,
G. Branden Robinson <=