Skip to main content
Module

x/inquirer/deps.ts>ansi.cursorMove

Interactive command line user interfaces for deno
Latest
function ansi.cursorMove
import { ansi } from "https://deno.land/x/inquirer@v0.0.4/deps.ts";
const { cursorMove } = ansi;

Set the position of the cursor relative to its current position.

Parameters

x: number
y: number

Returns

string