import * as tui from "https://deno.land/x/tui@1.3.4/src/key_reader.ts";
Functions
Read keypresses from given stdin (except for Windows) and then parse them.
On Windows keys are read by calling |
import * as tui from "https://deno.land/x/tui@1.3.4/src/key_reader.ts";
Read keypresses from given stdin (except for Windows) and then parse them.
On Windows keys are read by calling |