Module

x/cliffy/mod.ts>cursorTo

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

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

Parameters

x: number

Position left.

optional
y: number

Position top.

Returns

string