Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/tui/mod.ts>moveCursor

🦕 Deno module for creating Terminal User Interfaces
Go to Latest
function moveCursor
Re-export
import { moveCursor } from "https://deno.land/x/tui@2.0.0/mod.ts";

Get ANSI escape code for moving cursor to given location

Parameters

row: number
column: number

Returns

string