bug-ncurses
[Top][All Lists]
Advanced

[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

Attachment: signature.asc
Description: PGP signature


reply via email to

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