pub const DOUBLE_PRESS_WINDOW: Duration;Expand description
Default window for double-press detection (Esc / Ctrl+C). The
runtime can override this via the RECURSIVE_TUI_DOUBLE_MS env
var — see double_press_window.
pub const DOUBLE_PRESS_WINDOW: Duration;Default window for double-press detection (Esc / Ctrl+C). The
runtime can override this via the RECURSIVE_TUI_DOUBLE_MS env
var — see double_press_window.