X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_in_wchstr.3x.html;h=f1b048f51307dfaf660dcf85ee9ec598110918b7;hp=f17cae09e44b33ce5a919806b38d7477e529f010;hb=a6eb34d7fec8170a8715f9e53ca2f96452dd30dd;hpb=ed646e3f683083e787c6ba773364401dc9fa9d40 diff --git a/doc/html/man/curs_in_wchstr.3x.html b/doc/html/man/curs_in_wchstr.3x.html index f17cae09..f1b048f5 100644 --- a/doc/html/man/curs_in_wchstr.3x.html +++ b/doc/html/man/curs_in_wchstr.3x.html @@ -1,6 +1,7 @@ - + curs_in_wchstr 3x - + @@ -58,6 +59,7 @@ int in_wchnstr(cchar_t *wchstr, int n); int win_wchstr(WINDOW *win, cchar_t *wchstr); int win_wchnstr(WINDOW *win, cchar_t *wchstr, int n); + int mvin_wchstr(int y, int x, cchar_t *wchstr); int mvin_wchnstr(int y, int x, cchar_t *wchstr, int n); int mvwin_wchstr(WINDOW *win, int y, int x, cchar_t *wchstr); @@ -78,7 +80,7 @@ Reading a line that overflows the array pointed to by wchstr with in_wchstr, mvin_wchstr, mvwin_wchstr or win_wchstr causes undefined re- - sults. Therefore, the use of in_wchnstr, mvin_wchnstr, mvwin_wchnstr, + sults. Therefore, the use of in_wchnstr, mvin_wchnstr, mvwin_wchnstr, or win_wchnstr is recommended. @@ -93,7 +95,7 @@

PORTABILITY

        The XSI Curses defines no error conditions.  This implementation checks
-       for null pointers, returning ERR in that case.
+       for null pointers, returning ERR in that case.
 
 
 

SEE ALSO