X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_move.3x.html;h=4c283581803a2e4d7bf9c61497aacc501fd6d289;hp=890b78a985c14c964129795de871374cec46131d;hb=e6f4ffe150c7d919792f29a70b4f031cfab5ef06;hpb=46722468f47c2b77b3987729b4bcf2321cccfd01 diff --git a/doc/html/man/curs_move.3x.html b/doc/html/man/curs_move.3x.html index 890b78a9..4c283581 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)