X-Git-Url: http://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_move.3x.html;h=7b9336019a8212cf36b7471e21e3c28c61db0aa4;hb=7884aa084f9440fd964f14fe31853a5f85db5104;hp=fcdbd402f56638e04f084219695e0ddc307ac557;hpb=e5d1530ca229aef94a3c84ad33f8ae89f35c4045;p=ncurses.git diff --git a/doc/html/man/curs_move.3x.html b/doc/html/man/curs_move.3x.html index fcdbd402..7b933601 100644 --- a/doc/html/man/curs_move.3x.html +++ b/doc/html/man/curs_move.3x.html @@ -27,7 +27,7 @@ * sale, use or other dealings in this Software without prior written * * authorization. * **************************************************************************** - * @Id: curs_move.3x,v 1.18 2020/02/02 23:34:34 tom Exp @ + * @Id: curs_move.3x,v 1.19 2020/10/24 09:39:41 tom Exp @ --> @@ -53,8 +53,8 @@

SYNOPSIS

        #include <curses.h>
 
-       int move(int y, int x);
-       int wmove(WINDOW *win, int y, int x);
+       int move(int y, int x);
+       int wmove(WINDOW *win, int y, int x);
 
 
 

DESCRIPTION