X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_move.3x.html;h=43880502f6a7c324248c4f55eb6b45bdb3dfba25;hp=5401fd7cc3979b389e931d3afaab53100deef8a8;hb=8d3ea9021573747ecd129228ba7782a03243f62c;hpb=58552e8c761a70f8f0bd591fecdf576fa8216e3e diff --git a/doc/html/man/curs_move.3x.html b/doc/html/man/curs_move.3x.html index 5401fd7c..43880502 100644 --- a/doc/html/man/curs_move.3x.html +++ b/doc/html/man/curs_move.3x.html @@ -26,7 +26,7 @@ * sale, use or other dealings in this Software without prior written * * authorization. * **************************************************************************** - * @Id: curs_move.3x,v 1.15 2017/01/07 19:25:15 tom Exp @ + * @Id: curs_move.3x,v 1.16 2017/11/21 00:46:31 tom Exp @ --> @@ -40,7 +40,7 @@

curs_move 3x

-curs_move(3x)                                             curs_move(3x)
+curs_move(3x)                                                    curs_move(3x)
 
 
 
@@ -57,20 +57,18 @@
 
 
 

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(3x) is
-       called.  The position specified is relative to  the  upper
-       left-hand corner of the window, which is (0,0).
+       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).
 
 
 

RETURN VALUE

-       These routines return ERR upon failure and OK (SVr4 speci-
-       fies only "an integer value other than ERR") upon success-
-       ful completion.
+       These routines return ERR upon failure and OK (SVr4 specifies only  "an
+       integer value other than ERR") upon successful completion.
 
-       Specifically,  they  return an error if the window pointer
-       is null, or if the position is outside the window.
+       Specifically, they return an error if the window pointer is null, or if
+       the position is outside the window.
 
 
 

NOTES

@@ -78,8 +76,7 @@
 
 
 

PORTABILITY

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

SEE ALSO

@@ -87,7 +84,7 @@
 
 
 
-                                                          curs_move(3x)
+                                                                 curs_move(3x)