import { type Chain } from "https://dotland.deno.dev/x/cliffy@v1.0.0-rc.3/ansi/mod.ts";
Chainable ansi escape method declarations.
Properties
cursorTo: (x: number, y?: number) => TContext
Move cursor to x, y, counting from the top left corner.
eraseLines: (count: number) => TContext
Clear screen and move cursor by n lines up and move cursor to first column.
clearTerminal: TContext
Clear the whole terminal, including scrollback buffer. (Not just the visible part of it).