X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_addwstr.3x.html;h=0d81cba152fb54c1e9f53603895592f453437f16;hp=2c5ec0ee511b20a78e8de3657b94645f2a7121d0;hb=3eda6f30a84d53844d2ebceadb457e2e7e9cfbf3;hpb=c6cfd97b8beaf0f6deafbf8aac7281cf6aa7f012 diff --git a/doc/html/man/curs_addwstr.3x.html b/doc/html/man/curs_addwstr.3x.html index 2c5ec0ee..0d81cba1 100644 --- a/doc/html/man/curs_addwstr.3x.html +++ b/doc/html/man/curs_addwstr.3x.html @@ -38,23 +38,20 @@ -

curs_addwstr 3x

-
+

curs_addwstr 3x

 curs_addwstr(3x)                                       curs_addwstr(3x)
 
 
 
 
-
-

NAME

+

NAME

        addwstr, addnwstr, waddwstr, waddnwstr, mvaddwstr,
        mvaddnwstr, mvwaddwstr, mvwaddnwstr - add a string of wide
        characters to a curses window and advance cursor
 
 
-
-

SYNOPSIS

+

SYNOPSIS

        #include <curses.h>
 
        int addwstr(const wchar_t *wstr);
@@ -67,8 +64,7 @@
        int mvwaddnwstr(WINDOW *win, int y, int x, const wchar_t *wstr, int n);
 
 
-
-

DESCRIPTION

+

DESCRIPTION

        These  functions  write the characters of the (null-termi-
        nated) wchar_t character string wstr on the given  window.
        It  is  similar to constructing a cchar_t for each wchar_t
@@ -85,8 +81,7 @@
        added.
 
 
-
-

RETURN VALUE

+

RETURN VALUE

        All functions return the integer ERR upon failure  and  OK
        on success.
 
@@ -105,19 +100,16 @@
        outside the window, or if the window pointer is null.
 
 
-
-

NOTES

+

NOTES

        All of these functions except waddnwstr may be macros.
 
 
-
-

PORTABILITY

+

PORTABILITY

        These  functions are described in the XSI Curses standard,
        Issue 4.
 
 
-
-

SEE ALSO

+

SEE ALSO

        curses(3x), curs_add_wch(3x)