X-Git-Url: http://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_add_wchstr.3x.html;h=93978f7d27e75fffe791ab5903f9631613d6cda6;hb=122d3739b3c11c83decc625d53f26fff6e825710;hp=b99571217adcb213401d215f9105b421f4fc2847;hpb=e5d1530ca229aef94a3c84ad33f8ae89f35c4045;p=ncurses.git diff --git a/doc/html/man/curs_add_wchstr.3x.html b/doc/html/man/curs_add_wchstr.3x.html index b9957121..93978f7d 100644 --- a/doc/html/man/curs_add_wchstr.3x.html +++ b/doc/html/man/curs_add_wchstr.3x.html @@ -1,6 +1,6 @@ - -curs_add_wchstr 3x +curs_add_wchstr 3x 2023-10-07 ncurses 6.4 Library calls - + -

curs_add_wchstr 3x

+

curs_add_wchstr 3x 2023-10-07 ncurses 6.4 Library calls

-curs_add_wchstr(3x)                                        curs_add_wchstr(3x)
+curs_add_wchstr(3x)              Library calls             curs_add_wchstr(3x)
 
 
 
 
 

NAME

-       add_wchstr, add_wchnstr, wadd_wchstr, wadd_wchnstr, mvadd_wchstr,
-       mvadd_wchnstr, mvwadd_wchstr, mvwadd_wchnstr - add an array of complex
-       characters (and attributes) to a curses window
+       add_wchstr,   add_wchnstr,   wadd_wchstr,  wadd_wchnstr,  mvadd_wchstr,
+       mvadd_wchnstr, mvwadd_wchstr, mvwadd_wchnstr -  add  a  curses  complex
+       character string to a window
 
 
 

SYNOPSIS

@@ -87,7 +87,7 @@
        o   they truncate the string if it crosses  the  right  margin,  rather
            than wrapping it around to the new line.
 
-       These  functions  end  successfully  on encountering a null cchar_t, or
+       These  functions  end  successfully  on encountering a null cchar_t, or
        when they have filled the current line.  If a complex character  cannot
        completely  fit  at  the end of the current line, the remaining columns
        are filled with the background character and rendition.
@@ -96,8 +96,8 @@
 

RETURN VALUE

        All functions return the integer ERR upon failure and OK on success.
 
-       X/Open does not define any error conditions.  This  implementation  re-
-       turns an error if the window pointer is null.
+       X/Open does not  define  any  error  conditions.   This  implementation
+       returns an error if the window pointer is null.
 
        Functions  with  a  "mv"  prefix  first perform a cursor movement using
        wmove, and return an error if the position is outside the window, or if
@@ -113,14 +113,14 @@
 
 
 

SEE ALSO

-       curs_addwstr(3x), curses(3x).
+       curses(3x), curs_addwstr(3x)
 
-       Comparable  functions in the narrow-character (ncurses) library are de-
-       scribed in curs_addchstr(3x).
+       Comparable  functions  in  the  narrow-character  (ncurses) library are
+       described in curs_addchstr(3x).
 
 
 
-                                                           curs_add_wchstr(3x)
+ncurses 6.4                       2023-10-07               curs_add_wchstr(3x)