X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_addwstr.3x.html;h=c24cfa2bfecb2d5447198064b54a207fc962bdaa;hp=62e7649a13255c31102bca0b6106cef2a54377e9;hb=db5f7f4f146a91ba8ec7f1df8e9d7f9d2d7c74fd;hpb=e2d7d0028f4298dca2b0edaf2dc8ce30518d9218 diff --git a/doc/html/man/curs_addwstr.3x.html b/doc/html/man/curs_addwstr.3x.html index 62e7649a..c24cfa2b 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);
@@ -67,7 +67,7 @@
 
 
 
-

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,7 +85,7 @@
 
 
 
-

RETURN VALUE

+

RETURN VALUE

        All functions return the integer ERR upon failure  and  OK
        on success.
 
@@ -105,28 +105,34 @@
 
 
 
-

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 -
+