import * as ansiEsc from "https://deno.land/x/ansi_esc@v1.1.0/cursor.ts";
Functions
f back | Move console cursor backwards (to the left) |
Clear the line the cursor is currently on | |
Clear the entire screen | |
f col | Move to a column on the current row |
f down | Move console cursor down |
Move console cursor fowards (to the right) | |
f hide | Hides the terminal cursor |
Move console cursor down and go to the line's beginning | |
Move to cursor to specific row and column | |
Move console cursor up and go to the line's beginning | |
Restore to saved cursor position | |
f save | Save current cursor position |
Scroll cursor down | |
Scroll cursor up | |
f show | Shows the terminal cursor |
f up | Move console cursor up |