SR top-level constant

String const SR

Scroll Right.

Representation: CSI n \x20 \x41

Parameter default value: n = 1

SR causes the data in the presentation component to be moved by n character positions if the line orientation is horizontal, or by n line positions if the line orientation is vertical, such that the data appear to move to the right.

The active presentation position is not affected by this control function.

Implementation

const String SR = ' A';