[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 01/23] man/curs_kernel.3x: Clarify `mvcur()` use case.
From: |
G. Branden Robinson |
Subject: |
[PATCH 01/23] man/curs_kernel.3x: Clarify `mvcur()` use case. |
Date: |
Sat, 22 Jun 2024 12:46:50 -0500 |
---
man/curs_kernel.3x | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/man/curs_kernel.3x b/man/curs_kernel.3x
index e474b6400..117bfac7f 100644
--- a/man/curs_kernel.3x
+++ b/man/curs_kernel.3x
@@ -198,8 +198,10 @@ .SS mvcur
call
.BR \%reset_prog_mode ";"
and finally call
-.B \%mvcur
-to set the cursor's location to where
+.BR \%mvcur( ".\|.\|." ,
+.RB .\|.\|. ,
+.B \-1, \-1)
+to move the terminal cursor to where
.I \%curses
thinks it is,
since the library has no knowledge of how the external application
--
2.30.2
signature.asc
Description: PGP signature
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [PATCH 01/23] man/curs_kernel.3x: Clarify `mvcur()` use case.,
G. Branden Robinson <=