bug-ncurses
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 5/9] Set "WINDOW" literal in bold.


From: G. Branden Robinson
Subject: [PATCH 5/9] Set "WINDOW" literal in bold.
Date: Fri, 22 Sep 2023 12:58:52 -0500

* man/curs_getyx.3x:
* man/curs_legacy.3x: Do it.
---
 man/curs_getyx.3x  | 8 ++++----
 man/curs_legacy.3x | 2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/man/curs_getyx.3x b/man/curs_getyx.3x
index 7acf9174..dca60095 100644
--- a/man/curs_getyx.3x
+++ b/man/curs_getyx.3x
@@ -81,16 +81,16 @@ .SH PORTABILITY
 for compatibility with older versions of \fIcurses\fP.
 .PP
 Although X/Open Curses does not address this,
-many implementations provide members of the \%WINDOW structure
+many implementations provide members of the \fB\%WINDOW\fP structure
 containing values corresponding to these macros.
-For best portability, do not rely on using the data in \%WINDOW,
-since some implementations make \%WINDOW opaque (do not allow
+For best portability, do not rely on using the data in \fB\%WINDOW\fP,
+since some implementations make \fB\%WINDOW\fP opaque (do not allow
 direct use of its members).
 .PP
 Besides the problem of opaque structures,
 the data stored in like-named members may not have like-values in
 different implementations.
-For example, the \%WINDOW._maxx and \%WINDOW._maxy values in \fIncurses\fP
+For example, the \fB\%WINDOW._maxx\fP and \fB\%WINDOW._maxy\fP values in 
\fIncurses\fP
 have (at least since release 1.8.1) differed by one from some
 other implementations.
 The difference is hidden by means of the macro \fB\%getmaxyx\fP.
diff --git a/man/curs_legacy.3x b/man/curs_legacy.3x
index 103dd562..3153d9a6 100644
--- a/man/curs_legacy.3x
+++ b/man/curs_legacy.3x
@@ -100,7 +100,7 @@ .SH NOTES
 The standard forms such as \fB\%getyx\fP must be implemented as macros,
 and (in this implementation) are defined in terms of the functions
 described here,
-to avoid reliance on internal details of the WINDOW structure.
+to avoid reliance on internal details of the \fB\%WINDOW\fP structure.
 .SH PORTABILITY
 These functions were supported on Version 7, BSD or System V implementations.
 None of those implementations checked the window parameter.
-- 
2.30.2

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]