X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_addwstr.3x.html;h=0d81cba152fb54c1e9f53603895592f453437f16;hp=62e7649a13255c31102bca0b6106cef2a54377e9;hb=6208c89f98f1cf9fe0980bd8e791846ce007a13d;hpb=e2d7d0028f4298dca2b0edaf2dc8ce30518d9218 diff --git a/doc/html/man/curs_addwstr.3x.html b/doc/html/man/curs_addwstr.3x.html index 62e7649a..0d81cba1 100644 --- a/doc/html/man/curs_addwstr.3x.html +++ b/doc/html/man/curs_addwstr.3x.html @@ -1,4 +1,3 @@ - + + + curs_addwstr 3x -

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);
@@ -66,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
@@ -84,8 +81,7 @@
        added.
 
 
-
-

RETURN VALUE

+

RETURN VALUE

        All functions return the integer ERR upon failure  and  OK
        on success.
 
@@ -104,29 +100,32 @@
        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)
 
 
 
                                                        curs_addwstr(3x)
 
-
-
-Man(1) output converted with -man2html -
+