X-Git-Url: https://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_overlay.3x.html;h=6c60a7cc57dba2a6e8334fd86d45336a125e0a45;hb=e2153a14ebfb90265151d608778aaf9f403b3d24;hp=d27415cab207d19829b66c4d8b15d0e8f8996b13;hpb=894a177fd5228cdbe790bd1dc9435bd435c29681;p=ncurses.git diff --git a/doc/html/man/curs_overlay.3x.html b/doc/html/man/curs_overlay.3x.html index d27415ca..6c60a7cc 100644 --- a/doc/html/man/curs_overlay.3x.html +++ b/doc/html/man/curs_overlay.3x.html @@ -1,6 +1,6 @@ -curs_overlay 3x 2023-10-07 ncurses 6.4 Library calls +curs_overlay 3x 2024-05-25 ncurses 6.5 Library calls -

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

+

curs_overlay 3x 2024-05-25 ncurses 6.5 Library calls

 curs_overlay(3x)                 Library calls                curs_overlay(3x)
 
@@ -63,7 +63,7 @@
 
 

DESCRIPTION

 
-

overlay, overwrite

+

overlay, overwrite

        The overlay and overwrite routines overlay srcwin  on  top  of  dstwin.
        scrwin and dstwin are not required to be the same size; only text where
        the two windows overlap is copied.  The difference is that  overlay  is
@@ -81,13 +81,13 @@
 
 
 

RETURN VALUE

-       Routines  that  return an integer return ERR upon failure, and OK (SVr4
-       only specifies "an integer  value  other  than  ERR")  upon  successful
+       These  routines  return  the  integer  ERR upon failure and an OK (SVr4
+       specifies only "an integer  value  other  than  ERR")  upon  successful
        completion.
 
        X/Open  defines  no error conditions.  In this implementation, copywin,
-       overlay and overwrite return an error if either of the window  pointers
-       are null, or if some part of the window would be placed off-screen.
+       overlay and overwrite return ERR if either of the window  pointers  are
+       null, or if some part of the window would be placed off-screen.
 
 
 

NOTES

@@ -95,10 +95,10 @@
 
 
 

PORTABILITY

-       The  XSI Curses standard, Issue 4 describes these functions (adding the
-       const qualifiers).  It further specifies their behavior in the presence
-       of  characters  with  multibyte  renditions  (not yet supported in this
-       implementation).
+       These  functions  are  described  in X/Open Curses, Issue 4, which adds
+       const qualifiers to the arguments.  It further specifies their behavior
+       in  the  presence  of  characters  with  multibyte  renditions (not yet
+       supported in this implementation).
 
 
 

SEE ALSO

@@ -106,7 +106,7 @@
 
 
 
-ncurses 6.4                       2023-10-07                  curs_overlay(3x)
+ncurses 6.5                       2024-05-25                  curs_overlay(3x)