cursorPosTo function

String cursorPosTo(
  1. int row,
  2. int col
)

Moves the cursor to row and column.

See cursorPosOpen and cursorPosToTopLeft.

Implementation

String cursorPosTo(int row, int col) =>
    '$cursorPosOpen$row;$col$cursorPosClose';