X-Git-Url: https://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_overlay.3x.html;h=241fd35697f5522b7b93f07e89ff9692c23ea3ad;hb=00dd248b527ad47f0fc3b0776a0889da0ac926d0;hp=669b7d5bd2f163ec9652824eff3de70c7fabd327;hpb=084e3b44fc1c904d5ab941da55f47a237cb15766;p=ncurses.git diff --git a/doc/html/man/curs_overlay.3x.html b/doc/html/man/curs_overlay.3x.html index 669b7d5b..241fd356 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-11-25 ncurses 6.4 Library calls +curs_overlay 3x 2024-04-20 ncurses 6.4 Library calls -

curs_overlay 3x 2023-11-25 ncurses 6.4 Library calls

+

curs_overlay 3x 2024-04-20 ncurses 6.4 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,8 +81,8 @@
 
 
 

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,
@@ -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-11-25                  curs_overlay(3x)
+ncurses 6.4                       2024-04-20                  curs_overlay(3x)