cursorHVPosTo function

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

Moves the cursor to row and column.

See cursorHVPosOpen and cursorHVPosToTopLeft.

Implementation

String cursorHVPosTo(int row, int col) =>
    '$cursorHVPosOpen$row;$col$cursorHVPosClose';