bug-ncurses
[Top][All Lists]
Advanced

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

[PATCH 09/45] man/curs_{ins_wch,scroll}.3x: Organize like other ncurses


From: G. Branden Robinson
Subject: [PATCH 09/45] man/curs_{ins_wch,scroll}.3x: Organize like other ncurses man pages.
Date: Sat, 25 May 2024 12:41:35 -0500

Mention macro availability as the first item in the "NOTES" section,
where applicable.
---
 man/curs_ins_wch.3x | 12 ++++++------
 man/curs_scroll.3x  | 10 +++++-----
 2 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/man/curs_ins_wch.3x b/man/curs_ins_wch.3x
index 90b03f64f..8cb9e48b1 100644
--- a/man/curs_ins_wch.3x
+++ b/man/curs_ins_wch.3x
@@ -81,17 +81,17 @@ .SH "RETURN VALUE"
 .IR x )
 is outside the window boundaries.
 .SH NOTES
-A terminal's
-.B \%insert_character
-.RB ( ich1 )
-capability
-is not necessarily employed.
-.PP
 \fB\%ins_wch\fP,
 \fB\%mvins_wch\fP,
 and
 \fB\%mvwins_wch\fP
 may be implemented as macros.
+.PP
+A terminal's
+.B \%insert_character
+.RB ( ich1 )
+capability
+is not necessarily employed.
 .SH PORTABILITY
 X/Open Curses,
 Issue 4 describes these functions.
diff --git a/man/curs_scroll.3x b/man/curs_scroll.3x
index 4c4b1e570..adee7e611 100644
--- a/man/curs_scroll.3x
+++ b/man/curs_scroll.3x
@@ -117,6 +117,11 @@ .SH "RETURN VALUE"
 .I \%WINDOW
 pointer is null.
 .SH NOTES
+.B \%scrl
+and
+.B \%wscrl
+may be implemented as macros.
+.PP
 Unusually,
 there is no
 .B \%wscroll
@@ -128,11 +133,6 @@ .SH NOTES
 accepting a
 .I \%WINDOW
 pointer argument.
-.PP
-.B \%scrl
-and
-.B \%wscrl
-may be implemented as macros.
 .SH PORTABILITY
 X/Open Curses,
 Issue 4 describes these functions.
-- 
2.30.2

Attachment: signature.asc
Description: PGP signature


reply via email to

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