cursorPosTo function
Moves the cursor to row
and column
.
See cursorPosOpen and cursorPosToTopLeft.
Implementation
String cursorPosTo(int row, int col) =>
'$cursorPosOpen$row;$col$cursorPosClose';
Moves the cursor to row
and column
.
See cursorPosOpen and cursorPosToTopLeft.
String cursorPosTo(int row, int col) =>
'$cursorPosOpen$row;$col$cursorPosClose';