import * as mod from "https://deno.land/std@0.132.0/node/internal/readline/callbacks.mjs";
Functions
clears the current line the cursor is on: -1 for left of the cursor +1 for right of the cursor 0 for the entire line | |
clears the screen from the current position of the cursor down | |
moves the cursor to the x and y coordinate on the given stream | |
moves the cursor relative to its current location |