Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/tui/src/input_reader/mod.ts

🦕 Deno module for creating Terminal User Interfaces
Go to Latest
import * as tui from "https://deno.land/x/tui@2.0.0/src/input_reader/mod.ts";

Functions

Decode character(s) from buffer that was sent to stdin from terminal on mostly

Read keypresses from given stdin, parse them and emit to given emitter. On Windows keys are read by calling _getch() in msvcrt.dll.