[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 27/39] man/curs_move.3x: Explicitly name function variant.
From: |
G. Branden Robinson |
Subject: |
[PATCH 27/39] man/curs_move.3x: Explicitly name function variant. |
Date: |
Sat, 1 Mar 2025 06:24:05 -0600 |
`wmove()` doesn't manifest the usual quartet explained by
"man/ncurses.3x" -- there are no `mv` forms.
---
man/curs_move.3x | 12 ++++++++----
1 file changed, 8 insertions(+), 4 deletions(-)
diff --git a/man/curs_move.3x b/man/curs_move.3x
index 28b4cd5b8..5653fcc44 100644
--- a/man/curs_move.3x
+++ b/man/curs_move.3x
@@ -67,9 +67,10 @@ .SH DESCRIPTION
is relative to the upper left-hand corner of the window,
which has coordinates
(0,\ 0).
-\fB\%ncurses\fP(3X) describes the
-.B \%move
-variant of this function.
+.B move
+similarly moves the cursor in the
+.B \%stdscr
+window.
.SH RETURN VALUE
These functions return
.B OK
@@ -101,7 +102,10 @@ .SH PORTABILITY
.IR ERR \*(''. \" Courier roman in source; SVID 4, vol. 3, p. 503
.SH HISTORY
4BSD (1980)
-introduced these functions.
+introduced
+.I move
+and
+.IR \%wmove "."
.SH SEE ALSO
\fB\%curses\fP(3X),
\fB\%curs_refresh\fP(3X)
--
2.30.2
signature.asc
Description: PGP signature
- [PATCH 17/39] man/curs_instr.3x: Drop stale partial sentence., (continued)
- [PATCH 17/39] man/curs_instr.3x: Drop stale partial sentence., G. Branden Robinson, 2025/03/01
- [PATCH 18/39] man/curs_inwstr.3x: Fix erroneous parameter reference., G. Branden Robinson, 2025/03/01
- [PATCH 19/39] man/curs_in{,w}str.3x: Expand "RETURN VALUE" sections., G. Branden Robinson, 2025/03/01
- [PATCH 20/39] man/curs_in{,w}str.3x: Fix style nit., G. Branden Robinson, 2025/03/01
- [PATCH 21/39] man/curs_ins_wstr.3x: Clarify description., G. Branden Robinson, 2025/03/01
- [PATCH 22/39] man/curs_kernel.3x: Revise discussion of `ripoffline()`., G. Branden Robinson, 2025/03/01
- [PATCH 23/39] man/curs_kernel.3x: Fix style nit., G. Branden Robinson, 2025/03/01
- [PATCH 24/39] man/curs_mouse.3x: Clarify use of "kmous" capability., G. Branden Robinson, 2025/03/01
- [PATCH 25/39] man/curs_mouse.3x: Fix missing word., G. Branden Robinson, 2025/03/01
- [PATCH 26/39] man/curs_mouse.3x: Remind reader of "BUGS" section what "canonical" mode is., G. Branden Robinson, 2025/03/01
- [PATCH 27/39] man/curs_move.3x: Explicitly name function variant.,
G. Branden Robinson <=
- [PATCH 28/39] man/curs_outopts.3x: Put a space before each pointer star in function synopses., G. Branden Robinson, 2025/03/01
- [PATCH 29/39] man/curs_outopts.3x: Recast introduction., G. Branden Robinson, 2025/03/01
- [PATCH 30/39] man/curs_outopts.3x: Fix style and markup nits., G. Branden Robinson, 2025/03/01
- [PATCH 31/39] man/curs_outopts.3x: Set "curses" in italics, not bold., G. Branden Robinson, 2025/03/01
- [PATCH 32/39] man/curs_outopts.3x: Revise `clearok()` description., G. Branden Robinson, 2025/03/01
- [PATCH 34/39] man/curs_outopts.3x: Revise `idlok()` description., G. Branden Robinson, 2025/03/01
- [PATCH 33/39] man/curs_outopts.3x: Revise `idcok()` description., G. Branden Robinson, 2025/03/01
- [PATCH 35/39] man/ncurses.3x: Cross reference curs_color(3X) when mentioning color., G. Branden Robinson, 2025/03/01
- [PATCH 36/39] man/tput.1: Clarify point about cap-codes., G. Branden Robinson, 2025/03/01
- [PATCH 37/39] man/tput.1: Correct history of BSD tput., G. Branden Robinson, 2025/03/01