Skip to main content
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://deno.land/x/cliffy@v0.24.3/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