Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/cliffy/mod.ts>cursorMove

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

Move cursor by offset.

Parameters

x: number

Offset left.

y: number

Offset top.

Returns

string