X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_addch.3x.html;fp=doc%2Fhtml%2Fman%2Fcurs_addch.3x.html;h=2c6c418b16f66cb87d899137971a9697bc79fe97;hp=1284f5702ceaaa2c073bdc73698944d3d7eee9a8;hb=00dd248b527ad47f0fc3b0776a0889da0ac926d0;hpb=5e7c0d571f78d9a76ea55fb5bb3a145d0e164264 diff --git a/doc/html/man/curs_addch.3x.html b/doc/html/man/curs_addch.3x.html index 1284f570..2c6c418b 100644 --- a/doc/html/man/curs_addch.3x.html +++ b/doc/html/man/curs_addch.3x.html @@ -28,19 +28,19 @@ * sale, use or other dealings in this Software without prior written * * authorization. * **************************************************************************** - * @Id: curs_addch.3x,v 1.83 2024/04/13 22:23:35 tom Exp @ + * @Id: curs_addch.3x,v 1.85 2024/04/20 19:03:47 tom Exp @ --> -curs_addch 3x 2024-04-13 ncurses 6.4 Library calls +curs_addch 3x 2024-04-20 ncurses 6.4 Library calls -

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

+

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

 curs_addch(3x)                   Library calls                  curs_addch(3x)
 
@@ -183,9 +183,8 @@
        enabled  in  that  event,  because  it is not possible to wrap to a new
        line.
 
-       Functions with a  "mv"  prefix  first  perform  cursor  movement  using
-       wmove(3x) and fail if the position is outside the window, or (for "mvw"
-       functions) 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

@@ -193,9 +192,14 @@
 
 
 

PORTABILITY

-       X/Open Curses, Issue 4 describes  these  functions.   It  specifies  no
-       error  conditions  for  them.  The defaults specified for forms-drawing
-       characters apply in the POSIX locale.
+       X/Open  Curses,  Issue  4  describes  these functions.  It specifies no
+       error conditions for them.
+
+       SVr4 curses describes a successful return value  only  as  "an  integer
+       value other than ERR".
+
+       The  defaults specified for forms-drawing characters apply in the POSIX
+       locale.
 
 
 

ACS Symbols

@@ -296,7 +300,7 @@
 
 
 
-ncurses 6.4                       2024-04-13                    curs_addch(3x)
+ncurses 6.4                       2024-04-20                    curs_addch(3x)