X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_move.3x.html;h=93d781dc66c3f3020f974bd10f9cbb545d0f984d;hp=3aeeb4a709008e74b2d03a91e6c4c1f67b7ee61e;hb=c6cfd97b8beaf0f6deafbf8aac7281cf6aa7f012;hpb=55ccd2b959766810cf7db8d1c4462f338ce0afc8 diff --git a/doc/html/man/curs_move.3x.html b/doc/html/man/curs_move.3x.html index 3aeeb4a7..93d781dc 100644 --- a/doc/html/man/curs_move.3x.html +++ b/doc/html/man/curs_move.3x.html @@ -1,7 +1,6 @@ - + + + curs_move 3x @@ -39,19 +41,18 @@

curs_move 3x


-
 curs_move(3x)                                             curs_move(3x)
 
 
 
 
 
-

NAME

+

NAME

        move, wmove - move curses window cursor
 
 
 
-

SYNOPSIS

+

SYNOPSIS

        #include <curses.h>
 
        int move(int y, int x);
@@ -59,7 +60,7 @@
 
 
 
-

DESCRIPTION

+

DESCRIPTION

        These  routines move the cursor associated with the window
        to line y and column x.  This routine does  not  move  the
        physical  cursor  of the terminal until refresh is called.
@@ -68,7 +69,7 @@
 
 
 
-

RETURN VALUE

+

RETURN VALUE

        These routines return ERR upon failure and OK (SVr4 speci-
        fies only "an integer value other than ERR") upon success-
        ful completion.
@@ -78,28 +79,34 @@
 
 
 
-

NOTES

+

NOTES

        Note that move may be a macro.
 
 
 
-

PORTABILITY

+

PORTABILITY

        These functions are described in the XSI Curses  standard,
        Issue 4.
 
 
 
-

SEE ALSO

+

SEE ALSO

        curses(3x), curs_refresh(3x)
 
 
 
                                                           curs_move(3x)
 
-
-
-Man(1) output converted with -man2html -
+