SL top-level constant
String
const SL
Scroll Left.
Representation: CSI n \x20 \x40
Parameter default value: n = 1
SL 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 left.
The active presentation position is not affected by this control function.
Implementation
const String SL = ' @';