X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_add_wchstr.3x.html;fp=doc%2Fhtml%2Fman%2Fcurs_add_wchstr.3x.html;h=1e2908e2a781ffe57bc1ddce598a351bc314c932;hp=435ef830069cc52b79fcc2f254b65af5a9f6df6d;hb=c6cfd97b8beaf0f6deafbf8aac7281cf6aa7f012;hpb=a6ccf7a72f2120013fd8b5baf1f19081d2e9769c diff --git a/doc/html/man/curs_add_wchstr.3x.html b/doc/html/man/curs_add_wchstr.3x.html index 435ef830..1e2908e2 100644 --- a/doc/html/man/curs_add_wchstr.3x.html +++ b/doc/html/man/curs_add_wchstr.3x.html @@ -1,4 +1,3 @@ - + + + curs_add_wchstr 3x @@ -39,14 +41,13 @@

curs_add_wchstr 3x


-
 curs_add_wchstr(3x)                                 curs_add_wchstr(3x)
 
 
 
 
 
-

NAME

+

NAME

        add_wchstr, add_wchnstr, wadd_wchstr, wadd_wchnstr,
        mvadd_wchstr, mvadd_wchnstr, mvwadd_wchstr, mvwadd_wchnstr
        - add an array of complex characters (and attributes) to a
@@ -54,7 +55,7 @@
 
 
 
-

SYNOPSIS

+

SYNOPSIS

        #include <curses.h>
 
        int add_wchstr(const cchar_t *wchstr);
@@ -68,7 +69,7 @@
 
 
 
-

DESCRIPTION

+

DESCRIPTION

        These functions copy the (null-terminated) array  of  com-
        plex  characters  wchstr  into  the window image structure
        starting at the current cursor position.  The  four  func-
@@ -99,7 +100,7 @@
 
 
 
-

RETURN VALUE

+

RETURN VALUE

        All functions return the integer ERR upon failure  and  OK
        on success.
 
@@ -112,18 +113,18 @@
 
 
 
-

NOTES

+

NOTES

        All functions except wadd_wchnstr may be macros.
 
 
 
-

PORTABILITY

+

PORTABILITY

        These entry points are described in the XSI  Curses  stan-
        dard, Issue 4.
 
 
 
-

SEE ALSO

+

SEE ALSO

        curs_addwstr(3x), curses(3x).
 
        Comparable functions in the narrow-character (ncurses) li-
@@ -133,7 +134,16 @@
 
                                                     curs_add_wchstr(3x)
 
-
-Man(1) output converted with man2html +