Description |
 |
The copywin() routine overlays or overwrites windows similiar to the overlay() and overwrite() functions; however, copywin() allows a finer degree of control
on what portion of the window to overlay or overwrite.
The parameters smincol and sminrow specify the upper-left corner of the rectangular area of the source window to be copied. The dminrow and dmincol parameters specify the upper-left corner of the rectangular area of the destination window to which the specified portion of the source is to be copied. The dmaxrow and dmaxcol parameters specify the bottom-right corner of the rectangular area of the destination window to which the specified portion of the source is to be copied.
If overlay is TRUE, only nonblank characters are copied to the destination window; if FALSE, all characters are copied.