X-Git-Url: https://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_move.3x.html;h=bbab2b871ff3237553199444c288c9c33275f1d8;hb=610e9700ef6e0f95d03aa53242b12a8946bb62d7;hp=190c8ac38acab4d9339860db85f2dfb6511097a0;hpb=00dd248b527ad47f0fc3b0776a0889da0ac926d0;p=ncurses.git diff --git a/doc/html/man/curs_move.3x.html b/doc/html/man/curs_move.3x.html index 190c8ac3..bbab2b87 100644 --- a/doc/html/man/curs_move.3x.html +++ b/doc/html/man/curs_move.3x.html @@ -27,19 +27,19 @@ * sale, use or other dealings in this Software without prior written * * authorization. * **************************************************************************** - * @Id: curs_move.3x,v 1.38 2024/04/20 19:51:33 tom Exp @ + * @Id: curs_move.3x,v 1.40 2024/04/27 17:56:05 tom Exp @ --> -curs_move 3x 2024-04-20 ncurses 6.4 Library calls +curs_move 3x 2024-04-27 ncurses 6.5 Library calls -

curs_move 3x 2024-04-20 ncurses 6.4 Library calls

+

curs_move 3x 2024-04-27 ncurses 6.5 Library calls

 curs_move(3x)                    Library calls                   curs_move(3x)
 
@@ -60,7 +60,7 @@
 

DESCRIPTION

        wmove  relocates  the  cursor  associated with the curses window win to
        line y and column  x.   The  terminal's  cursor  does  not  move  until
-       refresh(3x)  is  called.   The position (x, y) is relative to the upper
+       refresh(3x)  is  called.   The position (y, x) is relative to the upper
        left-hand  corner  of  the  window,  which  has   coordinates   (0, 0).
        ncurses(3x) describes the move variant of this function.
 
@@ -86,7 +86,7 @@
 
 
 
-ncurses 6.4                       2024-04-20                     curs_move(3x)
+ncurses 6.5                       2024-04-27                     curs_move(3x)