X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_move.3x.html;h=7b9336019a8212cf36b7471e21e3c28c61db0aa4;hp=2321ec593832bf324e1f5fbd368c44a3a2a9f743;hb=61790aa3ac9e0dff2b443ac567b174fc4d235b86;hpb=17c5992a16be94247b83f2bbb9accdd9b7e7bb72 diff --git a/doc/html/man/curs_move.3x.html b/doc/html/man/curs_move.3x.html index 2321ec59..7b933601 100644 --- a/doc/html/man/curs_move.3x.html +++ b/doc/html/man/curs_move.3x.html @@ -1,6 +1,7 @@ @@ -34,7 +35,7 @@ curs_move 3x - + @@ -52,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