[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 078/177] man/curs_attr.3x: Note unavailability of some functions
From: |
G. Branden Robinson |
Subject: |
[PATCH 078/177] man/curs_attr.3x: Note unavailability of some functions in non-wide API. |
Date: |
Mon, 13 Jan 2025 11:27:14 -0600 |
---
man/curs_attr.3x | 24 ++++++++++++++----------
1 file changed, 14 insertions(+), 10 deletions(-)
diff --git a/man/curs_attr.3x b/man/curs_attr.3x
index 17a3f2255..ea7689dbc 100644
--- a/man/curs_attr.3x
+++ b/man/curs_attr.3x
@@ -355,6 +355,20 @@ .SH RETURN VALUE
is outside the window boundaries.
.\" ---------------------------------------------------------------------------
.SH NOTES
+.BR \%attr_on ","
+.BR \%attr_off ","
+.BR \%attr_set ","
+.BR \%wattr_set ","
+.BR \%chgat ","
+.BR \%mvchgat ","
+.BR \%mvwchgat ","
+and
+.B \%color_set
+are part of
+.IR \%ncurses "'s"
+wide-character API,
+and are not available in its non-wide configuration.
+.PP
.BR \%attron ","
.BR \%wattron ","
.BR \%attroff ","
@@ -365,16 +379,6 @@ .SH NOTES
and
.B \%standend
may be implemented as macros.
-This may also be true of
-.BR \%attr_on ","
-.BR \%attr_off ","
-.BR \%attr_set ","
-.BR \%wattr_set ","
-.BR \%chgat ","
-.BR \%mvchgat ","
-.BR \%mvwchgat ","
-and
-.BR \%color_set "."
.PP
Color pair values be logically \*(``or\*(''-ed with attributes
if the pair number is less than 256.
--
2.30.2
signature.asc
Description: PGP signature
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [PATCH 078/177] man/curs_attr.3x: Note unavailability of some functions in non-wide API.,
G. Branden Robinson <=