X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_move.3x.html;h=3a4942626e08b8d6204d8a28ed079ea9afe7c90a;hp=d78178d35d7d23332954db66831a542de2220596;hb=6a530b46563470c2ca73579d1994a0c8e275dd98;hpb=3a935d9991cdf43ebfa952073c9b555f73a3e011 diff --git a/doc/html/man/curs_move.3x.html b/doc/html/man/curs_move.3x.html index d78178d3..3a494262 100644 --- a/doc/html/man/curs_move.3x.html +++ b/doc/html/man/curs_move.3x.html @@ -1,4 +1,3 @@ - + + + curs_move 3x -

curs_move 3x

-
+

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 +59,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 +68,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 +78,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 -
+