HVP top-level constant

String const HVP

Character And Line Position.

Representation: CSI n;m \x66

Parameter default values: n = 1; m = 1

HVP causes the active data position to be moved in the data component to the n-th line position according to the line progression and to the m-th character position according to the character progression.

Implementation

const String HVP = 'f';