function cursorTo
Usage
import { cursorTo } from "node:readline";
The readline.cursorTo() method moves cursor to the specified position in a
given TTY stream.
import { cursorTo } from "node:readline";
The readline.cursorTo() method moves cursor to the specified position in a
given TTY stream.