X-Git-Url: https://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_ins_wstr.3x.html;h=0aee76a02d0c3861f5010b29658c88b8a288ae93;hb=81304798ee736c467839c779c9ca5dca48db7bea;hp=0f3cf5d911f3faa2a6bab18175b36db891734459;hpb=ed646e3f683083e787c6ba773364401dc9fa9d40;p=ncurses.git diff --git a/doc/html/man/curs_ins_wstr.3x.html b/doc/html/man/curs_ins_wstr.3x.html index 0f3cf5d9..0aee76a0 100644 --- a/doc/html/man/curs_ins_wstr.3x.html +++ b/doc/html/man/curs_ins_wstr.3x.html @@ -1,6 +1,7 @@ - - + curs_ins_wstr 3x - + @@ -58,6 +59,7 @@ int ins_nwstr(const wchar_t *wstr, int n); int wins_wstr(WINDOW *win, const wchar_t *wstr); int wins_nwstr(WINDOW *win, const wchar_t *wstr, int n); + int mvins_wstr(int y, int x, const wchar_t *wstr); int mvins_nwstr(int y, int x, const wchar_t *wstr, int n); int mvwins_wstr(WINDOW *win, int y, int x, const wchar_t *wstr); @@ -93,8 +95,8 @@

RETURN VALUE

-       Upon successful completion, these functions return OK.  Otherwise, they
-       return ERR.
+       Upon successful completion, these functions return OK.  Otherwise, they
+       return ERR.
 
        Functions with a "mv" prefix first  perform  a  cursor  movement  using
        wmove, and return an error if the position is outside the window, or if