]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - man/curs_move.3x
ncurses 6.5 - patch 20240504
[ncurses.git] / man / curs_move.3x
index 3966325c4dee841f267e88ee7052999364c01eb7..c3b68e813d1cc9c70b39680db8de7c2a055328d5 100644 (file)
@@ -27,8 +27,8 @@
 .\" authorization.                                                           *
 .\"***************************************************************************
 .\"
-.\" $Id: curs_move.3x,v 1.38 2024/04/20 19:51:33 tom Exp $
-.TH curs_move 3X 2024-04-20 "ncurses @NCURSES_MAJOR@.@NCURSES_MINOR@" "Library calls"
+.\" $Id: curs_move.3x,v 1.40 2024/04/27 17:56:05 tom Exp $
+.TH curs_move 3X 2024-04-27 "ncurses @NCURSES_MAJOR@.@NCURSES_MINOR@" "Library calls"
 .SH NAME
 \fB\%move\fP,
 \fB\%wmove\fP \-
@@ -52,8 +52,8 @@ and column
 .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).