co-mono/packages/tui/test
Ahmed Kamal 0427445242
Fix Ctrl+W to use standard readline word deletion behavior (#306)
- Skip trailing whitespace before deleting word (readline behavior)
- Make word navigation grapheme-aware using Intl.Segmenter
- Add Ctrl+Left/Right and Alt+Left/Right word navigation to Input
- Accept full Unicode input while rejecting control characters (C0/C1/DEL)
- Extract shared utilities to utils.ts (getSegmenter, isWhitespaceChar, isPunctuationChar)
- Fix unsafe cast in Editor.forceFileAutocomplete with runtime type check
- Add comprehensive tests for word deletion and navigation
2025-12-25 04:09:47 +01:00
..
autocomplete.test.ts Release v0.7.23 2025-11-20 11:59:17 +01:00
chat-simple.ts Release v0.8.0 2025-11-21 03:12:42 +01:00
editor.test.ts Fix Ctrl+W to use standard readline word deletion behavior (#306) 2025-12-25 04:09:47 +01:00
image-test.ts Enable more biome lints and fix things 2025-12-21 22:56:20 +01:00
key-tester.ts Add Kitty keyboard protocol support for Shift+Enter and other modifier keys 2025-12-18 19:20:30 +02:00
markdown.test.ts Fix markdown tables overflowing/wrapping in TUI (width-aware rendering) (#206) 2025-12-17 17:13:27 +01:00
test-themes.ts Add CI workflow and fix workspace tests 2025-12-02 12:53:53 +00:00
truncated-text.test.ts Enable more biome lints and fix things 2025-12-21 22:56:20 +01:00
virtual-terminal.ts Fix terminal rendering and add improvements 2025-11-11 00:13:46 +01:00
wrap-ansi.test.ts Fix wrap-ansi test to use node:test instead of vitest 2025-12-06 00:48:46 +01:00