Skip to main content
Module

x/tui/src/utils/mod.ts>moveCursor

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

Get ANSI escape code for moving cursor to given location

Parameters

row: number
column: number

Returns

string