X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_addchstr.3x.html;h=e19ee8a3c21e4f60ddfdd9f7d57af4ab276ea2dc;hp=34e379dc814ffa130ba646b501acf205f3baabd3;hb=f344f8539c1543f8cd65a5bb142dbaf23b9421d2;hpb=c6cfd97b8beaf0f6deafbf8aac7281cf6aa7f012 diff --git a/doc/html/man/curs_addchstr.3x.html b/doc/html/man/curs_addchstr.3x.html index 34e379dc..e19ee8a3 100644 --- a/doc/html/man/curs_addchstr.3x.html +++ b/doc/html/man/curs_addchstr.3x.html @@ -38,23 +38,20 @@ -

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,8 +64,7 @@
        int mvwaddchnstr(WINDOW *win, int y, int x, const chtype *chstr, int n);
 
 
-
-

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,8 +87,7 @@
            gin, rather than wrapping it around to the new line.
 
 
-
-

RETURN VALUE

+

RETURN VALUE

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

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-