copyRectangle
Copies a VT420 rectangular area (DECCRA) without moving the cursor.
Coordinates are DEC one-based values. The source rectangle is inclusive; destination coordinates identify its new upper-left cell. This single-page terminal accepts omitted page parameters (0) and page 1; every other page value is ignored. Source data is snapshotted before destination cells are mutated, so overlapping copies have memmove semantics and preserve grapheme-cluster ownership.
Parameters
One-based source top row, or 0 when omitted.
One-based source left column, or 0 when omitted.
One-based source bottom row, or 0 when omitted.
One-based source right column, or 0 when omitted.
Source page (0 omitted or 1 for the active page).
One-based destination top row, or 0 when omitted.
One-based destination left column, or 0 when omitted.
Destination page (0 omitted or 1 for the active page).