overwrite(3cur) ultrix man page | unix.com

Query: overwrite

OS: ultrix

Section: 3cur

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

overlay(3cur)															     overlay(3cur)

Name
       overlay, overwrite - overlay windows

Syntax
       #include <cursesX.h>

       int overlay(srcwin, dstwin)
       WINDOW *srcwin, *dstwin;

       int overwrite(srcwin, dstwin)
       WINDOW *srcwin, *dstwin;

Description
       The  routine  copies  all  the text from the source window on top of the destination window The two windows are not required to be the same
       size.  The copy starts at (0, 0) on both windows.  The copy is non-destructive, so blanks are not copied.

       The routine copies all of on top of The copy starts at (0, 0) on both windows.  This is a destructive copy as blanks are copied.

Return Values
       The and functions return OK on success and ERR on error.

																     overlay(3cur)
Related Man Pages
copywin(3x) - redhat
curs_overlay(3x) - redhat
overlay(3x) - redhat
copywin(3ncurses) - debian
overlay(3ncurses) - suse
Similar Topics in the Unix Linux Community
pthread_mutex_trylock() overwrites global variable on CentOS5
SFTP - Overwrite [Put -P &lt;file&gt;] option
Redirect overwrites itself
deleting the part of the file(overwrite) using start and end point
Avoiding file overwrite during file transfer using scp