X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_addchstr.3x.html;h=ce3cd02f1363b41c7f1820721cf902d419fb55f2;hp=b4664ac8f57f7f3fcf90da032fbfc7dfb5f77442;hb=027d0c57c4c4d6690e8d8727888d3282dbe9aa86;hpb=b0b1980be11bba618d84beb8b30ac94e2c820602 diff --git a/doc/html/man/curs_addchstr.3x.html b/doc/html/man/curs_addchstr.3x.html index b4664ac8..ce3cd02f 100644 --- a/doc/html/man/curs_addchstr.3x.html +++ b/doc/html/man/curs_addchstr.3x.html @@ -1,4 +1,3 @@ - + + + curs_addchstr 3x -

curs_addchstr 3x

-
+

curs_addchstr 3x

-
 curs_addchstr(3x)                                     curs_addchstr(3x)
 
 
 
 
 
-

NAME

+

NAME

        addchstr, addchnstr, waddchstr, waddchnstr, mvaddchstr,
        mvaddchnstr, mvwaddchstr, mvwaddchnstr - add a string of
        characters (and attributes) to a curses window
 
 
 
-

SYNOPSIS

+

SYNOPSIS

        #include <curses.h>
 
        int addchstr(const chtype *chstr);
@@ -67,7 +67,7 @@
 
 
 
-

DESCRIPTION

+

DESCRIPTION

        These functions copy the (null-terminated) chstr array in-
        to the window image structure starting at the current cur-
        sor position.  The four functions with n as the last argu-
@@ -91,7 +91,7 @@
 
 
 
-

RETURN VALUE

+

RETURN VALUE

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

NOTES

+

NOTES

        All functions except waddchnstr may be macros.
 
 
 
-

PORTABILITY

+

PORTABILITY

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

SEE ALSO

+

SEE ALSO

        curs_addstr(3x), curses(3x).
 
        Comparable  functions in the wide-character (ncursesw) li-
@@ -125,7 +125,16 @@
 
                                                       curs_addchstr(3x)
 
-
-Man(1) output converted with man2html +