VT510 Video Terminal Programmer Information

DECCRA—Copy Rectangular Area

This control function copies a rectangular area of characters from one section to another in page memory. The copied text retains its character values and attributes.

Available in: VT Level 4 mode only

Format

CSI
9/11
Pts; Pls; Pbs; Prs; Pps;
area to be copied
Ptd; Pld; Ppd
destination
$
2/4
v
7/6

Parameters

Pts; Pls; Pbs; Prs; Pps;
define the rectangular area to be copied (the source). A semicolon (3/11) separates parameters.

Pts
is the top-line border. Pts must be less than or equal to Pbs. Default: Pts = 1.

Pls
is the left-column border. Pls must be less than or equal to Prs. Default: Pls = 1.

Pbs
is the bottom-line border. Default: Pbs = the last line of the page.

Prs
is the right-column border. Default: Prs = the last column of the page.

Pps
is the number of the page where the rectangular area is located. Default: Pps = 1.

Ptd; Pld; Ppd;
define the destination of the copied rectangular area.

Ptd
is the top-line border. Default: Ptd = 1.

Pld
is the left-column border. Default: Pld = 1.

Ppd
is the number of the page. Default: Ppd = 1.

Notes on DECCRA