Skip to main content
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.24.2/mod.ts";

Move cursor by offset.

Parameters

x: number

Offset left.

y: number

Offset top.

Returns

string