Module

x/cliffy/mod.ts>AnsiEscape#cursorTo

Command line framework for deno 🦕 Including Commandline-Interfaces, Prompts, CLI-Table, Arguments Parser and more...
Extremely Popular
Go to Latest
method AnsiEscape.prototype.cursorTo
import { AnsiEscape } from "https://dotland.deno.dev/x/cliffy@v0.9.0/mod.ts";

Move cursor to x, y, counting from the top left corner.

Parameters

x: number
optional
y: number