X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_move.3x.html;h=eb0a31f6613a8ca5108e936693b60b2aaee8f36a;hp=5401fd7cc3979b389e931d3afaab53100deef8a8;hb=ed646e3f683083e787c6ba773364401dc9fa9d40;hpb=58552e8c761a70f8f0bd591fecdf576fa8216e3e diff --git a/doc/html/man/curs_move.3x.html b/doc/html/man/curs_move.3x.html index 5401fd7c..eb0a31f6 100644 --- a/doc/html/man/curs_move.3x.html +++ b/doc/html/man/curs_move.3x.html @@ -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)