X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_move.3x.html;h=3aeeb4a709008e74b2d03a91e6c4c1f67b7ee61e;hp=890b78a985c14c964129795de871374cec46131d;hb=55ccd2b959766810cf7db8d1c4462f338ce0afc8;hpb=46722468f47c2b77b3987729b4bcf2321cccfd01;ds=sidebyside diff --git a/doc/html/man/curs_move.3x.html b/doc/html/man/curs_move.3x.html index 890b78a9..3aeeb4a7 100644 --- a/doc/html/man/curs_move.3x.html +++ b/doc/html/man/curs_move.3x.html @@ -1,7 +1,7 @@ @@ -40,6 +40,10 @@
 
+curs_move(3x)                                             curs_move(3x)
+
+
+
 
 

NAME

@@ -69,6 +73,9 @@
        fies only "an integer value other than ERR") upon success-
        ful completion.
 
+       Specifically,  they  return an error if the window pointer
+       is null, or if the position is outside the window.
+
 
 

NOTES

@@ -77,12 +84,8 @@
 
 

PORTABILITY

-       These  functions are described in the XSI Curses standard,
-       Issue 4.  The standard specifies that if (y,x) is within a
-       multi-column  character,  the cursor is moved to the first
-       column of that  character;  however,  this  implementation
-       does  not  yet  support  the  extended-level XSI multibyte
-       characters.
+       These functions are described in the XSI Curses  standard,
+       Issue 4.
 
 
 
@@ -91,23 +94,7 @@ - - - - - - - - - - - - - - - - - + curs_move(3x)