co-mono/packages/tui/src
Mario Zechner 84eaad8029 fix(tui): use isBackspace and isEnter helpers in Editor
Fixes Backspace and Enter not working with Caps Lock enabled.
The Kitty protocol sends lock key bits in modifiers which broke
the raw byte detection.
2025-12-19 21:08:24 +01:00
..
components fix(tui): use isBackspace and isEnter helpers in Editor 2025-12-19 21:08:24 +01:00
autocomplete.ts fix: file @ autocomplete performance using fd 2025-11-28 23:38:44 +01:00
index.ts fix(tui): add isHome, isEnd, isDelete helpers for Kitty protocol 2025-12-19 21:00:20 +01:00
keys.ts fix(tui): add isHome, isEnd, isDelete helpers for Kitty protocol 2025-12-19 21:00:20 +01:00
terminal-image.ts Update docs for inline images, remove PI_NO_IMAGES env var 2025-12-13 23:21:18 +01:00
terminal.ts Add Kitty keyboard protocol support for Shift+Enter and other modifier keys 2025-12-18 19:20:30 +02:00
tui.ts Fix image rendering artifacts and improve show-images selector 2025-12-13 23:53:28 +01:00
utils.ts Fix ANSI styles not preserved across newlines in text wrapping 2025-12-15 23:00:25 +01:00