cursorHPosN function
- int n
Moves the cursor to column n
.
See cursorHPosOpen and cursorHPos.
Implementation
String cursorHPosN(int n) => '$cursorHPosOpen$n$cursorHPosClose';
Moves the cursor to column n
.
See cursorHPosOpen and cursorHPos.
String cursorHPosN(int n) => '$cursorHPosOpen$n$cursorHPosClose';