Skip to main content
Module

x/cliffy/ansi-escape.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://deno.land/x/cliffy@v0.11.2/ansi-escape.ts";

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

Parameters

x: number
optional
y: number