X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_add_wchstr.3x.html;h=0e681db9a68c4c69bbf2c22efd559fad1921678a;hp=d27ab8c772a4f4625361a6b1f4f50620b77b307d;hb=29a36e53e1f77a0c3672f2e267d573823d6a9a60;hpb=761e4f0825b330e970558e82a4bd638383914429 diff --git a/doc/html/man/curs_add_wchstr.3x.html b/doc/html/man/curs_add_wchstr.3x.html index d27ab8c7..0e681db9 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 -

curs_add_wchstr 3x

-
+

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
        curses window
 
 
-
-

SYNOPSIS

+

SYNOPSIS

        #include <curses.h>
 
        int add_wchstr(const cchar_t *wchstr);
@@ -67,8 +65,7 @@
        int mvwadd_wchnstr(WINDOW *win, int y, int x, const cchar_t *wchstr, int n);
 
 
-
-

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-
@@ -98,8 +95,7 @@
        background character and rendition.
 
 
-
-

RETURN VALUE

+

RETURN VALUE

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

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,10 +126,16 @@
 
                                                     curs_add_wchstr(3x)
 
-
-
-Man(1) output converted with -man2html -
+