Skip to main content
Module

x/ansi_esc/mod.ts>cursor.moveTo

A Deno module/wrapper for ANSI escape sequences.
Latest
function cursor.moveTo
import { cursor } from "https://deno.land/x/ansi_esc@v1.1.0/mod.ts";
const { moveTo } = cursor;

Move to cursor to specific row and column

Parameters

row: Number
col: Number