Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/ayonli_jsext/cli.ts>ControlSequences

A JavaScript extension package for building strong and modern applications.
Latest
namespace ControlSequences
Re-export
import { ControlSequences } from "https://deno.land/x/ayonli_jsext@v0.9.72/cli.ts";

Variables

Disable alternate screen buffer

Enable alternate screen buffer

Clear the current line

Clear the screen from the cursor down

Clear the left side of the cursor

Clear the right side of the cursor

Clear the entire screen

Clear the screen from the cursor up

Hide the cursor

Disable mouse tracking

Enable mouse tracking

Disable mouse wheel scrolling

Enable mouse wheel scrolling

Disable bracketed paste mode

Enable bracketed paste mode

Show the cursor

Disable line wrapping

Enable line wrapping