cursorHVPosTo function
Moves the cursor to row
and column
.
See cursorHVPosOpen and cursorHVPosToTopLeft.
Implementation
String cursorHVPosTo(int row, int col) =>
'$cursorHVPosOpen$row;$col$cursorHVPosClose';
Moves the cursor to row
and column
.
See cursorHVPosOpen and cursorHVPosToTopLeft.
String cursorHVPosTo(int row, int col) =>
'$cursorHVPosOpen$row;$col$cursorHVPosClose';