co-mono/packages/tui/test
Mario Zechner 6e40c5d761 fix(tui): Fix garbled output when content exceeds viewport
- Implemented new renderLineBased method that properly handles scrollback boundaries
- Fixed ANSI code preservation in MarkdownComponent line wrapping
- Added comprehensive test to reproduce and verify the fix
- Root cause: PARTIAL rendering strategy couldn't position cursor in scrollback
- Solution: Component-agnostic line comparison with proper viewport boundary handling
2025-08-11 14:17:46 +02:00
..
bench.ts tui-double-buffer: Implement smart differential rendering with terminal abstraction 2025-08-10 22:33:03 +02:00
chat-app.ts feat(tui): Add instructional header and welcome message to chat demo 2025-08-11 01:36:18 +02:00
differential-render.test.ts tui: Fix differential rendering to preserve scrollback buffer 2025-08-11 00:57:59 +02:00
file-browser.ts fix(tui): Container change detection for proper differential rendering 2025-08-11 02:31:49 +02:00
layout-shift-artifacts.test.ts fix(tui): Container change detection for proper differential rendering 2025-08-11 02:31:49 +02:00
multi-layout.ts fix(tui): Container change detection for proper differential rendering 2025-08-11 02:31:49 +02:00
multi-message-garbled.test.ts fix(tui): Fix garbled output when content exceeds viewport 2025-08-11 14:17:46 +02:00
tui-rendering.test.ts tui-double-buffer: Implement smart differential rendering with terminal abstraction 2025-08-10 22:33:03 +02:00
virtual-terminal.test.ts tui-double-buffer: Implement smart differential rendering with terminal abstraction 2025-08-10 22:33:03 +02:00
virtual-terminal.ts tui-double-buffer: Implement smart differential rendering with terminal abstraction 2025-08-10 22:33:03 +02:00