[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 42/45] man/curs_kernel.3x: Relocate material.
From: |
G. Branden Robinson |
Subject: |
[PATCH 42/45] man/curs_kernel.3x: Relocate material. |
Date: |
Sat, 25 May 2024 12:45:36 -0500 |
Sort the miscellaneous function synopses and descriptions in
alphabetical order.
---
man/curs_kernel.3x | 40 ++++++++++++++++++++--------------------
1 file changed, 20 insertions(+), 20 deletions(-)
diff --git a/man/curs_kernel.3x b/man/curs_kernel.3x
index 9f220ab2e..8ec153126 100644
--- a/man/curs_kernel.3x
+++ b/man/curs_kernel.3x
@@ -53,9 +53,9 @@ .SH NAME
\fB\%savetty\fP,
\fB\%getsyx\fP,
\fB\%setsyx\fP,
-\fB\%ripoffline\fP,
\fB\%curs_set\fP,
-\fB\%napms\fP \-
+\fB\%napms\fP,
+\fB\%ripoffline\fP \-
low-level \fIcurses\fR routines
.SH SYNOPSIS
.nf
@@ -73,9 +73,9 @@ .SH SYNOPSIS
\fBvoid getsyx(int \fIy\fP, int \fIx\fP);
\fBvoid setsyx(int \fIy\fP, int \fIx\fP);
.PP
-\fBint ripoffline(int \fIline\fP, int (*\fIinit\fP)(WINDOW *, int));
\fBint curs_set(int \fIvisibility\fP);
\fBint napms(int \fIms\fP);
+\fBint ripoffline(int \fIline\fP, int (*\fIinit\fP)(WINDOW *, int));
.fi
.SH DESCRIPTION
The following routines give low-level access
@@ -131,6 +131,23 @@ .SS setsyx
.PP
Few applications will use this feature,
most use \fBwmove\fP instead.
+.SS curs_set
+The \fBcurs_set\fP routine sets the cursor state to invisible,
+normal, or very visible for \fBvisibility\fP equal to \fB0\fP,
+\fB1\fP, or \fB2\fP respectively.
+If the terminal supports the \fIvisibility\fP requested,
+the previous \fIcursor\fP state is returned;
+otherwise, \fBERR\fP is returned.
+.SS napms
+.B \%napms
+sleeps for
+.I ms
+milliseconds.
+If
+.I ms
+exceeds 30,000
+(thirty seconds),
+it is capped at that value.
.SS ripoffline
.B \%ripoffline
provides access to the same facility that \fB\%slk_init\fP(3X) uses to
@@ -158,23 +175,6 @@ .SS ripoffline
.PP
\fBripoffline\fP can be called up to five times before calling \fBinitscr\fP or
\fBnewterm\fP.
-.SS curs_set
-The \fBcurs_set\fP routine sets the cursor state to invisible,
-normal, or very visible for \fBvisibility\fP equal to \fB0\fP,
-\fB1\fP, or \fB2\fP respectively.
-If the terminal supports the \fIvisibility\fP requested,
-the previous \fIcursor\fP state is returned;
-otherwise, \fBERR\fP is returned.
-.SS napms
-.B \%napms
-sleeps for
-.I ms
-milliseconds.
-If
-.I ms
-exceeds 30,000
-(thirty seconds),
-it is capped at that value.
.SH RETURN VALUE
Except for \fBcurs_set\fP, these routines always return \fBOK\fP.
.PP
--
2.30.2
signature.asc
Description: PGP signature
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [PATCH 42/45] man/curs_kernel.3x: Relocate material.,
G. Branden Robinson <=