X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_addstr.3x.html;h=b2f186345a72cde6bee8f451585a28ae39e0ec46;hp=4f4857d3f6112ae9c0cc9af0ff4c7dd31e479ff9;hb=0ac2306dd3aaab1338d8b1458c15a7e476cfc3ff;hpb=46722468f47c2b77b3987729b4bcf2321cccfd01 diff --git a/doc/html/man/curs_addstr.3x.html b/doc/html/man/curs_addstr.3x.html index 4f4857d3..b2f18634 100644 --- a/doc/html/man/curs_addstr.3x.html +++ b/doc/html/man/curs_addstr.3x.html @@ -1,7 +1,7 @@ @@ -40,11 +40,15 @@
 
+curs_addstr(3x)                                         curs_addstr(3x)
+
+
+
 
 

NAME

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

DESCRIPTION

-       These  routines  write  the characters of the (null-termi-
-       nated) character string str on the given  window.   It  is
-       similar  to  calling waddch once for each character in the
+       These routines write the characters of the (null-terminat-
+       ed) character string str on the given window.  It is simi-
+       lar  to  calling  waddch  once  for  each character in the
        string.  The four routines with n  as  the  last  argument
        write  at  most n characters.  If n is -1, then the entire
        string will be added, up to the maximum number of  charac-
@@ -80,6 +84,15 @@
        success  (the  SVr4 manuals specify only "an integer value
        other than ERR") upon successful completion.
 
+       X/Open does not define any error conditions.  This  imple-
+       mentation  returns  an error if the window pointer is null
+       or if the string pointer is null or if  the  corresponding
+       calls to waddch return an error.
+
+       Functions  with a "mv" prefix first perform a cursor move-
+       ment using wmove, and return an error if the  position  is
+       outside the window, or if the window pointer is null.
+
 
 

NOTES

@@ -89,9 +102,9 @@
 
 

PORTABILITY

-       All  these  entry  points  are described in the XSI Curses
-       standard, Issue 4.  The XSI errors EILSEQ  and  EOVERFLOW,
-       associated  with  extended-level  conformance, are not yet
+       All these entry points are described  in  the  XSI  Curses
+       standard,  Issue  4.  The XSI errors EILSEQ and EOVERFLOW,
+       associated with extended-level conformance,  are  not  yet
        detected.
 
 
@@ -101,13 +114,7 @@
 
 
 
-
-
-
-
-
-
-
+                                                        curs_addstr(3x)