import * as mod from "https://dotland.deno.dev/x/cliffy@v0.19.0/ansi/mod.ts";
Variables
v ansi | Chainable ansi escape sequence's. If invoked as method, a new Ansi instance will be returned. |
v bel | Ring audio bell: |
Clear the terminal screen. (Viewport) | |
Clear the whole terminal, including scrollback buffer. (Not just the visible part of it). | |
Hide cursor. | |
Move cursor to first column of current row. | |
Get cursor position. | |
Restore cursor. | |
Save cursor. | |
Show cursor. | |
Clear current line. | |
Clear to line end. | |
Clear to line start. | |
Clear screen. | |
v tty | Chainable ansi escape sequence's. If invoked as method, a new Tty instance will be returned. |
Functions
Move cursor backward by n lines. | |
Move cursor down by n lines. | |
Move cursor forward by n lines. | |
Move cursor by offset. | |
Move cursor to the beginning of the line n lines down. | |
Move cursor to the beginning of the line n lines up. | |
Move cursor to x, y, counting from the top left corner. | |
Move cursor up by n lines. | |
Clear screen down by n lines. | |
Clear screen and move cursor by n lines up and move cursor to first column. | |
Clear screen up by n lines. | |
Get cursor position. | |
Create image. | |
f link | Create link. |
Scroll window down by n lines. | |
Scroll window up by n lines. |
Interfaces
Ansi instance returned by all ansi escape properties. | |
Chainable ansi escape method declarations. | |
Cursor position. | |
Cursor position options. | |
Image options. | |
Ansi instance returned by all ansi escape properties. | |
Create new |
Type Aliases
T Ansi | Chainable ansi escape sequence's. If invoked as method, a new Ansi instance will be returned. |
Create new | |
Chainable colors module.
If invoked as method, a new | |
Chainable colors instance returned by all ansi escape properties. | |
Create new | |
T Tty | Chainable ansi escape sequence's. If invoked as method, a new Tty instance will be returned. |
Create new |