bug-ncurses
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 3/5] man/curs_move.3x: Fix coordinate pair ordering.


From: G. Branden Robinson
Subject: [PATCH 3/5] man/curs_move.3x: Fix coordinate pair ordering.
Date: Sat, 27 Apr 2024 11:47:54 -0500

---
 man/curs_move.3x | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/man/curs_move.3x b/man/curs_move.3x
index 3966325c4..3cf1814eb 100644
--- a/man/curs_move.3x
+++ b/man/curs_move.3x
@@ -52,8 +52,8 @@ .SH DESCRIPTION
 .IR x .
 The terminal's cursor does not move until \fB\%refresh\fP(3X) is called.
 The position
-.RI ( x ,
-.IR y )
+.RI ( y ,
+.IR x )
 is relative to the upper left-hand corner of the window,
 which has coordinates
 (0,\ 0).
-- 
2.30.2

Attachment: signature.asc
Description: PGP signature


reply via email to

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