Skip to main content
Module

x/tui/src/tui.ts>Tui#dispatch

🦕 Deno module for creating Terminal User Interfaces
Go to Latest
method Tui.prototype.dispatch
import { Tui } from "https://deno.land/x/tui@1.3.4/src/tui.ts";

Emits "dispatch" event on signals and keystrokes that should terminate an application

  • SIGBREAK
  • SIGTERM (not windows)
  • SIGINT
  • CTRL+C (windows)