co-mono/packages/tui/src
Mario Zechner 3b6ef6cf57 refactor(tui): Use explicit charCode check for unicode filtering
- Use 'charCodeAt(0) >= 32' instead of open 'else' in handleInput()
- Use same filter in handlePaste() for consistency
- Prevents control characters while allowing all unicode
- More explicit and safer than accepting everything
2025-11-16 23:05:19 +01:00
..
components refactor(tui): Use explicit charCode check for unicode filtering 2025-11-16 23:05:19 +01:00
autocomplete.ts fix(tui): Container change detection for proper differential rendering 2025-08-11 02:31:49 +02:00
index.ts Fix markdown streaming duplication by splitting newlines first 2025-11-11 19:27:58 +01:00
terminal.ts Fix terminal rendering and add improvements 2025-11-11 00:13:46 +01:00
tui.ts Simplify assistant message spacing - just add spacer to components 2025-11-11 21:51:12 +01:00
utils.ts Fix tab rendering in TUI components 2025-11-11 23:24:48 +01:00