SD top-level constant
String
const SD
Scroll Down.
Representation: CSI n \x54
Parameter default value: n = 1
SD causes the data in the presentation component to be moved by n line positions if the line orientation is horizontal, or by n character positions if the line orientation is vertical, such that the data appear to move down.
The active presentation position is not affected by this control function.
Implementation
const String SD = 'T';