X-Git-Url: http://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_inwstr.3x.html;h=3560c6bce6b0aa770de0484f5dd97a25771e3081;hb=e5d1530ca229aef94a3c84ad33f8ae89f35c4045;hp=db5e1b2a78f06feffa065186bc4593490d0c2932;hpb=bca50d0d8592defee6c584fdedd25f4b1a31345b;p=ncurses.git diff --git a/doc/html/man/curs_inwstr.3x.html b/doc/html/man/curs_inwstr.3x.html index db5e1b2a..3560c6bc 100644 --- a/doc/html/man/curs_inwstr.3x.html +++ b/doc/html/man/curs_inwstr.3x.html @@ -1,6 +1,7 @@ @@ -34,7 +35,7 @@ curs_inwstr 3x - + @@ -57,6 +58,7 @@ int innwstr(wchar_t *wstr, int n); int winwstr(WINDOW *win, wchar_t *wstr); int winnwstr(WINDOW *win, wchar_t *wstr, int n); + int mvinwstr(int y, int x, wchar_t *wstr); int mvinnwstr(int y, int x, wchar_t *wstr, int n); int mvwinwstr(WINDOW *win, int y, int x, wchar_t *wstr); @@ -86,7 +88,7 @@

RETURN VALUE

-       All routines return ERR upon failure. Upon successful  completion,  the
+       All routines return ERR upon failure.  Upon successful completion,  the
        *inwstr routines return OK, and the *innwstr routines return the number
        of characters read into the string.