X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_addwstr.3x.html;h=c24cfa2bfecb2d5447198064b54a207fc962bdaa;hp=74a237d899a1ee64ebdedf46edd68d97b212ac0b;hb=a3725e39272393790e32a083fd7391aad607828d;hpb=b0b1980be11bba618d84beb8b30ac94e2c820602 diff --git a/doc/html/man/curs_addwstr.3x.html b/doc/html/man/curs_addwstr.3x.html index 74a237d8..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,25 +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 +