X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_get_wstr.3x.html;h=d3d709cd9d21342c5a0a2c7244e9244fee1c0264;hp=159cebe5eba1ed7692ba2b48fafaea2f4a7ba694;hb=761e4f0825b330e970558e82a4bd638383914429;hpb=027ae42953e3186daed8f3882da73de48291b606 diff --git a/doc/html/man/curs_get_wstr.3x.html b/doc/html/man/curs_get_wstr.3x.html index 159cebe5..d3d709cd 100644 --- a/doc/html/man/curs_get_wstr.3x.html +++ b/doc/html/man/curs_get_wstr.3x.html @@ -1,7 +1,7 @@ - + @@ -118,7 +118,7 @@ -

RETURN VALUES

+

RETURN VALUE

        All of these functions return OK upon  successful  comple-
        tion.  Otherwise, they return ERR.
 
@@ -129,6 +129,10 @@
                    returns an error if  the  associated  call  to
                    wget_wch failed.
 
+       Functions  with a "mv" prefix first perform a cursor move-
+       ment using wmove, and return an error if the  position  is
+       outside the window, or if the window pointer is null.
+
 
 

PORTABILITY

@@ -147,7 +151,7 @@
 
 

SEE ALSO

-       Functions:  curses(3x), curs_get_wch(3x), curs_getstr(3x).
+       Functions: curses(3x), curs_get_wch(3x), curs_getstr(3x).