moveCursorTo

Moves cursor in terminal to {x, y}

void
moveCursorTo
(
int x
,
int y
)

Parameters

x int

Column to move to

y int

Row to move to

Meta