X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_overlay.3x.html;h=064fe55193d17ea07481f368c8cf49793847e036;hp=4adbfb7ff5534db028f48b07ff00d66b945495e0;hb=c6cfd97b8beaf0f6deafbf8aac7281cf6aa7f012;hpb=761e4f0825b330e970558e82a4bd638383914429 diff --git a/doc/html/man/curs_overlay.3x.html b/doc/html/man/curs_overlay.3x.html index 4adbfb7f..064fe551 100644 --- a/doc/html/man/curs_overlay.3x.html +++ b/doc/html/man/curs_overlay.3x.html @@ -1,4 +1,3 @@ - + + + curs_overlay 3x @@ -39,20 +41,19 @@

curs_overlay 3x


-
 curs_overlay(3x)                                       curs_overlay(3x)
 
 
 
 
 
-

NAME

+

NAME

        overlay, overwrite, copywin - overlay and manipulate
        overlapped curses windows
 
 
 
-

SYNOPSIS

+

SYNOPSIS

        #include <curses.h>
 
        int overlay(const WINDOW *srcwin, WINDOW *dstwin);
@@ -64,7 +65,7 @@
 
 
 
-

DESCRIPTION

+

DESCRIPTION

        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
@@ -81,7 +82,7 @@
 
 
 
-

RETURN VALUE

+

RETURN VALUE

        Routines  that  return an integer return ERR upon failure,
        and OK (SVr4 only specifies "an integer value  other  than
        ERR") upon successful completion.
@@ -93,12 +94,12 @@
 
 
 
-

NOTES

+

NOTES

        Note that overlay and overwrite may be macros.
 
 
 
-

PORTABILITY

+

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 ren-
@@ -106,17 +107,23 @@
 
 
 
-

SEE ALSO

+

SEE ALSO

        curses(3x), curs_pad(3x), curs_refresh(3x)
 
 
 
                                                        curs_overlay(3x)
 
-
-
-Man(1) output converted with -man2html -
+