co-mono/packages
Mario Zechner a6f9c3cf0d fix(tui): fix scrollback overwrite when appending lines past viewport
Appended lines were not committed to terminal scrollback because the
renderer used cursor movement (CSI B) and carriage return without
linefeed. This caused earlier content to be overwritten when the
viewport filled up.

Changes:
- For appended lines, emit \r\n to create real scrollback lines
- When target row is below viewport, scroll with \r\n before positioning
- Add PI_TUI_WRITE_LOG env var for debugging raw ANSI output
- Add fullRedraws readonly property to TUI class
- Add viewport-overwrite-repro.ts test script

fixes #954
2026-01-26 16:51:28 +01:00
..
agent Add [Unreleased] section for next cycle 2026-01-22 01:43:26 +01:00
ai docs: update changelog guidance and links 2026-01-26 15:45:51 +01:00
coding-agent fix(tui): fix scrollback overwrite when appending lines past viewport 2026-01-26 16:51:28 +01:00
mom feat(coding-agent): package deduplication and collision detection 2026-01-24 00:35:19 +01:00
pods Release v0.49.3 2026-01-22 01:42:43 +01:00
tui fix(tui): fix scrollback overwrite when appending lines past viewport 2026-01-26 16:51:28 +01:00
web-ui Add [Unreleased] section for next cycle 2026-01-22 01:43:26 +01:00