X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_addstr.3x.html;h=34b7150801b307e6124f79ccf69fd7021348e33e;hp=dfdcdd35abecc737a0df822be87ec25f5e7c882c;hb=db5f7f4f146a91ba8ec7f1df8e9d7f9d2d7c74fd;hpb=e2d7d0028f4298dca2b0edaf2dc8ce30518d9218 diff --git a/doc/html/man/curs_addstr.3x.html b/doc/html/man/curs_addstr.3x.html index dfdcdd35..34b71508 100644 --- a/doc/html/man/curs_addstr.3x.html +++ b/doc/html/man/curs_addstr.3x.html @@ -1,4 +1,3 @@ - + + + curs_addstr 3x -

curs_addstr 3x

-
+

curs_addstr 3x

-
 curs_addstr(3x)                                         curs_addstr(3x)
 
 
 
 
 
-

NAME

+

NAME

        addstr, addnstr, waddstr, waddnstr, mvaddstr, mvaddnstr,
        mvwaddstr, mvwaddnstr - add a string of characters to a
        curses window and advance cursor
 
 
 
-

SYNOPSIS

+

SYNOPSIS

        #include <curses.h>
 
        int addstr(const char *str);
@@ -67,7 +67,7 @@
 
 
 
-

DESCRIPTION

+

DESCRIPTION

        These  functions  write  the  (null-terminated)  character
        string str on the given window.  It is similar to  calling
        waddch once for each character in the string.
@@ -82,7 +82,7 @@
 
 
 
-

RETURN VALUE

+

RETURN VALUE

        All  functions  return the integer ERR upon failure and OK
        on success.
 
@@ -101,28 +101,34 @@
 
 
 
-

NOTES

+

NOTES

        All of these functions except waddnstr may be macros.
 
 
 
-

PORTABILITY

+

PORTABILITY

        These  functions are described in the XSI Curses standard,
        Issue 4.
 
 
 
-

SEE ALSO

+

SEE ALSO

        curses(3x), curs_addch(3x).
 
 
 
                                                         curs_addstr(3x)
 
-
-
-Man(1) output converted with -man2html -
+