X-Git-Url: http://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_move.3x.html;h=8d7d7e4677359116f9300a7a6432c6990e6b3d39;hb=3f57ad09dfcb62c8ad444e13fa4d450c05e878ba;hp=59617be3f60beb1472703e0b5695c04cd43d1c4b;hpb=bca50d0d8592defee6c584fdedd25f4b1a31345b;p=ncurses.git diff --git a/doc/html/man/curs_move.3x.html b/doc/html/man/curs_move.3x.html index 59617be3..8d7d7e46 100644 --- a/doc/html/man/curs_move.3x.html +++ b/doc/html/man/curs_move.3x.html @@ -1,6 +1,7 @@ - @@ -34,8 +35,8 @@ curs_move 3x - - + +

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