X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_add_wchstr.3x.html;h=5e93f68ffaa84ad7a68562d555416061851a0e25;hp=8b4fe83d8b2f4e08a13bc8c9914326cb3ea68d92;hb=16fbf3f4f7d96b6ee6bf9159b22f26e05962aa3d;hpb=d97989d1e0db7282c723cabb44b991b951790006 diff --git a/doc/html/man/curs_add_wchstr.3x.html b/doc/html/man/curs_add_wchstr.3x.html index 8b4fe83d..5e93f68f 100644 --- a/doc/html/man/curs_add_wchstr.3x.html +++ b/doc/html/man/curs_add_wchstr.3x.html @@ -1,6 +1,7 @@ - @@ -35,7 +36,7 @@ curs_add_wchstr 3x - +

curs_add_wchstr 3x

@@ -58,6 +59,7 @@ int add_wchnstr(const cchar_t *wchstr, int n); int wadd_wchstr(WINDOW * win, const cchar_t *wchstr); int wadd_wchnstr(WINDOW * win, const cchar_t *wchstr, int n); + int mvadd_wchstr(int y, int x, const cchar_t *wchstr); int mvadd_wchnstr(int y, int x, const cchar_t *wchstr, int n); int mvwadd_wchstr(WINDOW *win, int y, int x, const cchar_t *wchstr); @@ -85,7 +87,7 @@ o they truncate the string if it crosses the right margin, rather than wrapping it around to the new line. - These functions end successfully on encountering a null cchar_t, or + These functions end successfully on encountering a null cchar_t, or when they have filled the current line. If a complex character cannot completely fit at the end of the current line, the remaining columns are filled with the background character and rendition. @@ -111,7 +113,7 @@

SEE ALSO

-       curs_addwstr(3x), curses(3x).
+       curses(3x), curs_addwstr(3x).
 
        Comparable  functions in the narrow-character (ncurses) library are de-
        scribed in curs_addchstr(3x).