X-Git-Url: http://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_move.3x.html;h=53d917b4af7ca6dc10089573a99b6fe1698ee4cc;hb=74433bcf4f6fe40862a28f3c00edaedcd5054b01;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..53d917b4 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