ANSI escape sequences to control the cursor in a terminal.
import { goHome } from "https://denopkg.com/iamnathanj/[email protected]/mod.ts";
await goHome();
hideCursor()
showCursor()
scrollUp()
scrollDown()
clearUp()
clearDown()
clearLeft()
clearRight()
clearLine()
clearScreen()
nextLine()
prevLine()
goHome()
save()
restore()
position()
goTo(x, y)
goUp(y? = 1)
goDown(y? = 1)
goLeft(x? = 1)
goRight(x? = 1)