Skip to main content
Module

x/tui/src/components/textbox.ts>textboxKeyboardHandler

🦕 Deno module for creating Terminal User Interfaces
Go to Latest
function textboxKeyboardHandler
import { textboxKeyboardHandler } from "https://deno.land/x/tui@1.3.4/src/components/textbox.ts";

Default keyboard handler for {TextboxComponent}

Returns

(keyPress: KeyPress) => void