[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 24/51] man/ncurses.3x: Document another exceptional case of wide-
From: |
G. Branden Robinson |
Subject: |
[PATCH 24/51] man/ncurses.3x: Document another exceptional case of wide-character API naming. |
Date: |
Fri, 26 Jul 2024 12:50:35 -0500 |
---
man/ncurses.3x | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/man/ncurses.3x b/man/ncurses.3x
index 19498891b..0ab713678 100644
--- a/man/ncurses.3x
+++ b/man/ncurses.3x
@@ -515,6 +515,10 @@ .SS "Wide and Non-wide Character Configurations"
.\" operated on `chtype`s assuming that they were wide enough for a
.\" `wchar_t` plus attribute and color pair bits; X/Open Curses did not
.\" standardize these.
+Another exception is
+.B \%ins_nwstr
+and its variants,
+which is spelled thus instead of \*(``insn_wstr\*(''.
.IP
This convention is inapplicable to some non-wide function names,
so other transformations are used for the wide configuration:
--
2.30.2
signature.asc
Description: PGP signature
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [PATCH 24/51] man/ncurses.3x: Document another exceptional case of wide-character API naming.,
G. Branden Robinson <=