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

x/cliffy/ansi_escape/mod.ts>cursor

Command line framework for deno 🦕 Including Commandline-Interfaces, Prompts, CLI-Table, Arguments Parser and more...
Extremely Popular
Go to Latest
variable cursor
Re-export
import { cursor } from "https://deno.land/x/cliffy@v0.16.0/ansi_escape/mod.ts";

Cursor handler.

await Deno.stdout.write(
  new TextEncoder().encode(
    cursor.to(0, 0),
  ),
);