co-mono/packages/tui/src
Mario Zechner ce9ffaff91 Fix ANSI styles not preserved across newlines in text wrapping
wrapTextWithAnsi() was processing each line independently after splitting
on newlines, losing ANSI state. When styled text contained embedded newlines
(e.g. from markdown paragraphs), subsequent lines would lose their styling.

Fixed by tracking ANSI state across lines and prepending active codes to
lines after the first.

Fixes #197
2025-12-15 23:00:25 +01:00
..
components Fix image rendering artifacts and improve show-images selector 2025-12-13 23:53:28 +01:00
autocomplete.ts fix: file @ autocomplete performance using fd 2025-11-28 23:38:44 +01:00
index.ts Fix image aspect ratio by querying terminal cell size 2025-12-13 23:09:05 +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 Fix terminal rendering and add improvements 2025-11-11 00:13:46 +01: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