X-Git-Url: http://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_add_wch.3x.html;fp=doc%2Fhtml%2Fman%2Fcurs_add_wch.3x.html;h=6b90bd0f488cdee48d9618da483253085abf6172;hb=00dd248b527ad47f0fc3b0776a0889da0ac926d0;hp=25160dd16be4d78184f7fb89fc314605d4290b33;hpb=5e7c0d571f78d9a76ea55fb5bb3a145d0e164264;p=ncurses.git diff --git a/doc/html/man/curs_add_wch.3x.html b/doc/html/man/curs_add_wch.3x.html index 25160dd1..6b90bd0f 100644 --- a/doc/html/man/curs_add_wch.3x.html +++ b/doc/html/man/curs_add_wch.3x.html @@ -28,19 +28,19 @@ * sale, use or other dealings in this Software without prior written * * authorization. * **************************************************************************** - * @Id: curs_add_wch.3x,v 1.59 2024/04/13 22:11:52 tom Exp @ + * @Id: curs_add_wch.3x,v 1.62 2024/04/20 21:20:07 tom Exp @ --> -curs_add_wch 3x 2024-04-13 ncurses 6.4 Library calls +curs_add_wch 3x 2024-04-20 ncurses 6.4 Library calls -

curs_add_wch 3x 2024-04-13 ncurses 6.4 Library calls

+

curs_add_wch 3x 2024-04-20 ncurses 6.4 Library calls

 curs_add_wch(3x)                 Library calls                curs_add_wch(3x)
 
@@ -217,9 +217,8 @@
            sequence of bytes, or if it is not  possible  to  add  all  of  the
            resulting bytes in the window, an error is returned.
 
-       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
-       the window pointer is null.
+       Functions  prefixed with "mv" first perform cursor movement and fail if
+       the position (y, x) is outside the window boundaries.
 
 
 

NOTES

@@ -227,9 +226,8 @@
 
 
 

PORTABILITY

-       These functions are described in the XSI Curses standard, Issue 4.  The
-       defaults specified for  line-drawing  characters  apply  in  the  POSIX
-       locale.
+       These functions are described in X/Open Curses, Issue 4.  The  defaults
+       specified for line-drawing characters apply in the POSIX locale.
 
 
 

WACS Symbols

@@ -330,7 +328,7 @@
 
 
 
-ncurses 6.4                       2024-04-13                  curs_add_wch(3x)
+ncurses 6.4                       2024-04-20                  curs_add_wch(3x)