co-mono/packages/tui/src/components
Mario Zechner f8b6164ecd Fix Escape key handling for Kitty keyboard protocol
Add isEscape() helper that handles both raw (\x1b) and Kitty protocol
(\x1b[27u) Escape sequences. Update all components that check for
Escape key to use the new helper.
2025-12-19 04:54:02 +01:00
..
box.ts Fix TUI performance regression: add caching to Box, use Text directly for built-in tools 2025-12-17 16:39:23 +01:00
editor.ts Fix Escape key handling for Kitty keyboard protocol 2025-12-19 04:54:02 +01:00
image.ts Fix image rendering artifacts and improve show-images selector 2025-12-13 23:53:28 +01:00
input.ts Add helper functions for key detection and update usage 2025-12-18 19:29:40 +02:00
loader.ts Release v0.8.0 2025-11-21 03:12:42 +01:00
markdown.ts Add /hotkeys command, Ctrl+D exit, markdown table borders 2025-12-19 01:19:21 +01:00
select-list.ts Fix Escape key handling for Kitty keyboard protocol 2025-12-19 04:54:02 +01:00
spacer.ts Release v0.8.0 2025-11-21 03:12:42 +01:00
text.ts Release v0.8.0 2025-11-21 03:12:42 +01:00
truncated-text.ts Release v0.11.4 2025-12-01 13:05:12 +01:00