Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/ansi_esc/mod.ts>cursor.forward

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

Move console cursor fowards (to the right)

Parameters

cols: Number