X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_addchstr.3x.html;h=2d342f5358178c74081f12759a91e5f75a777d9e;hp=18db3f077fc001f79955327889de4764ad4c4348;hb=refs%2Ftags%2Fv5.6;hpb=46722468f47c2b77b3987729b4bcf2321cccfd01 diff --git a/doc/html/man/curs_addchstr.3x.html b/doc/html/man/curs_addchstr.3x.html index 18db3f07..2d342f53 100644 --- a/doc/html/man/curs_addchstr.3x.html +++ b/doc/html/man/curs_addchstr.3x.html @@ -1,7 +1,7 @@ @@ -40,11 +40,15 @@
 
+curs_addchstr(3x)                                     curs_addchstr(3x)
+
+
+
 
 

NAME

-       addchstr,  addchnstr,  waddchstr,  waddchnstr, mvaddchstr,
-       mvaddchnstr, mvwaddchstr, mvwaddchnstr - add a  string  of
+       addchstr, addchnstr, waddchstr, waddchnstr, mvaddchstr,
+       mvaddchnstr, mvwaddchstr, mvwaddchnstr - add a string of
        characters (and attributes) to a curses window
 
 
@@ -74,14 +78,13 @@
        ters that will fit on the line.
 
        The window cursor is not advanced, and these routines work
-       faster than waddnstr.  On the other hand, they don't  per-
+       faster than waddnstr.  On the other hand, they do not per-
        form  any  kind  of  checking  (such  as  for the newline,
-       backspace, or  carriage  return  characters),  they  don't
-       advance  the  current  cursor  position, they don't expand
-       other control characters to ^-escapes, and  they  truncate
-       the  string  if  it  crosses the right margin, rather then
-       wrapping it around to the new line.
-
+       backspace, or carriage return characters), they do not ad-
+       vance the current cursor position, they do not expand oth-
+       er control characters to ^-escapes, and they truncate  the
+       string  if  it crosses the right margin, rather than wrap-
+       ping it around to the new line.
 
 
 
@@ -91,6 +94,9 @@ other than ERR") upon successful completion, unless other- wise noted in the preceding routine descriptions. + X/Open does not define any error conditions. This imple- + mentation returns an error if the window pointer is null. +

NOTES

@@ -99,15 +105,20 @@
 
 

PORTABILITY

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

SEE ALSO

        curses(3x).
 
+       Comparable functions in the wide-character (ncursesw)  li-
+       brary are described in curs_add_wchstr(3x).
+
+
 
+                                                      curs_addchstr(3x)