X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_add_wchstr.3x.html;fp=doc%2Fhtml%2Fman%2Fcurs_add_wchstr.3x.html;h=38faabe011154c7a25c6e3ffdc723ef489fc4e74;hp=12c9a70d66df51e59a6fbd3042c002ed144674c6;hb=31c4bcf3307145fc5368b4aaf15e41bdd66a984b;hpb=2035f48ed0fc56ec4e5caf9b7c10e00ba43e160f diff --git a/doc/html/man/curs_add_wchstr.3x.html b/doc/html/man/curs_add_wchstr.3x.html index 12c9a70d..38faabe0 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 2022-02-12 ncurses 6.4 Library calls +curs_add_wchstr 3x 2023-09-16 ncurses 6.4 Library calls -

curs_add_wchstr 3x 2022-02-12 ncurses 6.4 Library calls

+

curs_add_wchstr 3x 2023-09-16 ncurses 6.4 Library calls

 curs_add_wchstr(3x)              Library calls             curs_add_wchstr(3x)
 
@@ -47,9 +47,9 @@
 
 
 

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
@@ -115,12 +115,12 @@
 

SEE ALSO

        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).
 
 
 
-ncurses 6.4                       2022-02-12               curs_add_wchstr(3x)
+ncurses 6.4                       2023-09-16               curs_add_wchstr(3x)