[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 25/43] man/curs_kernel.3x: Recast `curs_set()` description.
From: |
G. Branden Robinson |
Subject: |
[PATCH 25/43] man/curs_kernel.3x: Recast `curs_set()` description. |
Date: |
Mon, 9 Sep 2024 09:17:09 -0500 |
Set parameter/argument names in italics, not bold.
---
man/curs_kernel.3x | 23 +++++++++++++++++------
1 file changed, 17 insertions(+), 6 deletions(-)
diff --git a/man/curs_kernel.3x b/man/curs_kernel.3x
index d00d27366..0c750fa2b 100644
--- a/man/curs_kernel.3x
+++ b/man/curs_kernel.3x
@@ -167,12 +167,23 @@ .SS setsyx
Few applications use this feature;
most call \fB\%wmove\fP(3X) 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.
+.B \%curs_set
+adjusts the cursor visibility to
+\*(``invisible\*('',
+\*(``visible\*('',
+\*(``very visible\*('',
+as its argument is
+.BR 0 ,
+.BR 1 ,
+or
+.BR 2 ,
+respectively.
+It returns the previous
+.I visibility
+if the requested one is supported,
+and
+.B ERR
+otherwise.
.SS mvcur
.B \%mvcur
provides low-level cursor motion.
--
2.30.2
signature.asc
Description: PGP signature
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [PATCH 25/43] man/curs_kernel.3x: Recast `curs_set()` description.,
G. Branden Robinson <=