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=43880502f6a7c324248c4f55eb6b45bdb3dfba25;hb=61790aa3ac9e0dff2b443ac567b174fc4d235b86;hpb=8d3ea9021573747ecd129228ba7782a03243f62c diff --git a/doc/html/man/curs_move.3x.html b/doc/html/man/curs_move.3x.html index 43880502..7b933601 100644 --- a/doc/html/man/curs_move.3x.html +++ b/doc/html/man/curs_move.3x.html @@ -1,6 +1,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