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=a3894caf87f6f74b047c3cf498a2ada61b04d95b;hpb=74433bcf4f6fe40862a28f3c00edaedcd5054b01;p=ncurses.git diff --git a/doc/html/man/curs_add_wchstr.3x.html b/doc/html/man/curs_add_wchstr.3x.html index a3894caf..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

@@ -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

-       curses(3x), curs_addwstr(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)