bug-ncurses
[Top][All Lists]
Advanced

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

[PATCH 57/61] man/curs_slk.3x: Resequence sections.


From: G. Branden Robinson
Subject: [PATCH 57/61] man/curs_slk.3x: Resequence sections.
Date: Fri, 24 Nov 2023 12:11:30 -0600

...moving "HISTORY" after "PORTABILITY" and "NOTES" before "EXTENSIONS".
---
 man/curs_slk.3x | 52 ++++++++++++++++++++++++-------------------------
 1 file changed, 26 insertions(+), 26 deletions(-)

diff --git a/man/curs_slk.3x b/man/curs_slk.3x
index 7bc27a6d..cf4e7251 100644
--- a/man/curs_slk.3x
+++ b/man/curs_slk.3x
@@ -234,29 +234,9 @@ .SH RETURN VALUE
 if the format parameter is outside the range 0..2, or if
 memory for the labels cannot be allocated.
 .RE
-.SH HISTORY
-SVr3 introduced these functions:
-  \fBslk_clear\fP
-  \fBslk_init\fP
-  \fBslk_label\fP
-  \fBslk_noutrefresh\fP
-  \fBslk_refresh\fP
-  \fBslk_restore\fP
-  \fBslk_set\fP
-  \fBslk_touch\fP
-.PP
-SVr4 added these functions:
-  \fBslk_attroff\fP
-  \fBslk_attron\fP
-  \fBslk_attrset\fP
-  \fBslk_start\fP
-.PP
-X/Open \fIcurses\fP added these:
-  \fBslk_attr_off\fP
-  \fBslk_attr_on\fP
-  \fBslk_attr_set\fP
-  \fBslk_color\fP
-  \fBslk_wset\fP
+.SH NOTES
+Most applications would use \fB\%slk_noutrefresh\fP because a
+\fB\%wrefresh\fP is likely to follow soon.
 .SH EXTENSIONS
 X/Open \fIcurses\fP documents the \fIopts\fP argument
 as reserved for future use,
@@ -268,9 +248,6 @@ .SH EXTENSIONS
 For  functions  which modify the color, e.g., \fB\%slk_attr_set\fP,
 if \fIopts\fP is set it is treated as a pointer to \fBint\fP,
 and used to  set  the  color pair instead of the \fBshort\fP pair parameter.
-.SH NOTES
-Most applications would use \fB\%slk_noutrefresh\fP because a
-\fB\%wrefresh\fP is likely to follow soon.
 .SH PORTABILITY
 The XSI \fIcurses\fP standard, Issue 4, described the soft-key functions,
 with some differences from SVr4 \fIcurses\fP:
@@ -336,6 +313,29 @@ .SH PORTABILITY
 This implementation provides extended versions of those functions
 which use \fBint\fP parameters,
 allowing applications to use larger color- and pair-numbers.
+.SH HISTORY
+SVr3 introduced these functions:
+  \fBslk_clear\fP
+  \fBslk_init\fP
+  \fBslk_label\fP
+  \fBslk_noutrefresh\fP
+  \fBslk_refresh\fP
+  \fBslk_restore\fP
+  \fBslk_set\fP
+  \fBslk_touch\fP
+.PP
+SVr4 added these functions:
+  \fBslk_attroff\fP
+  \fBslk_attron\fP
+  \fBslk_attrset\fP
+  \fBslk_start\fP
+.PP
+X/Open \fIcurses\fP added these:
+  \fBslk_attr_off\fP
+  \fBslk_attr_on\fP
+  \fBslk_attr_set\fP
+  \fBslk_color\fP
+  \fBslk_wset\fP
 .SH SEE ALSO
 \fB\%curses\fP(3X),
 \fB\%curs_attr\fP(3X),
-- 
2.30.2

Attachment: signature.asc
Description: PGP signature


reply via email to

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