Skip to main content
Module

x/ansi_esc/cursor.ts>moveTo

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

Move to cursor to specific row and column

Parameters

row: Number
col: Number