X-Git-Url: https://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_overlay.3x.html;h=6c60a7cc57dba2a6e8334fd86d45336a125e0a45;hb=e2153a14ebfb90265151d608778aaf9f403b3d24;hp=868c4224f4305e07b09d50ae6a858d4733ebd22e;hpb=d90067f9008bb8338a77c1ed519bc108c275ed04;p=ncurses.git diff --git a/doc/html/man/curs_overlay.3x.html b/doc/html/man/curs_overlay.3x.html index 868c4224..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-12-16 ncurses 6.4 Library calls +curs_overlay 3x 2024-05-25 ncurses 6.5 Library calls -

curs_overlay 3x 2023-12-16 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
@@ -86,8 +86,8 @@
        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

-       These  functions  are  described  in  the XSI Curses standard, 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).
+       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-12-16                  curs_overlay(3x)
+ncurses 6.5                       2024-05-25                  curs_overlay(3x)