X-Git-Url: http://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_move.3x.html;h=9bef53b051f82d2eb41e4b89f76c4618a625d0af;hb=122d3739b3c11c83decc625d53f26fff6e825710;hp=8d7d7e4677359116f9300a7a6432c6990e6b3d39;hpb=16fbf3f4f7d96b6ee6bf9159b22f26e05962aa3d;p=ncurses.git diff --git a/doc/html/man/curs_move.3x.html b/doc/html/man/curs_move.3x.html index 8d7d7e46..9bef53b0 100644 --- a/doc/html/man/curs_move.3x.html +++ b/doc/html/man/curs_move.3x.html @@ -1,6 +1,6 @@ -curs_move 3x +curs_move 3x 2023-10-07 ncurses 6.4 Library calls -

curs_move 3x

+

curs_move 3x 2023-10-07 ncurses 6.4 Library calls

-curs_move(3x)                                                    curs_move(3x)
+curs_move(3x)                    Library calls                   curs_move(3x)
 
 
 
 
 

NAME

-       move, wmove - move curses window cursor
+       move, wmove - move cursor in a curses window
 
 
 

SYNOPSIS

@@ -59,9 +59,9 @@
 
 

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 termi-
-       nal until refresh(3x) is called.  The position specified is relative to
-       the upper left-hand corner of the window, which is (0,0).
+       column x.  This routine does  not  move  the  physical  cursor  of  the
+       terminal  until  refresh(3x)  is  called.   The  position  specified is
+       relative to the upper left-hand corner of the window, which is (0,0).
 
 
 

RETURN VALUE

@@ -85,7 +85,7 @@
 
 
 
-                                                                 curs_move(3x)
+ncurses 6.4                       2023-10-07                     curs_move(3x)