Update docs to reflect deleted ANSI files

Replace reference to deprecated ansi.ts and ansi-carryover.ts
with description of current trimHtmlOutput() functionality.
This commit is contained in:
Jared Miller 2026-01-31 12:02:48 -05:00
parent f2a60658cf
commit 0a17b61bf3
Signed by: shmup
GPG key ID: 22B5C6D66A38B06C

View file

@ -19,7 +19,7 @@ Output processing uses @xterm/headless for proper VT100 emulation:
- src/terminal.ts - headless terminal wrapper
- One terminal instance per session (created on auth, disposed on close)
- serializeAsHTML() produces HTML for SSE broadcast
- ansi.ts and ansi-carryover.ts are deprecated (kept for rollback)
- trimHtmlOutput() removes empty trailing rows for cleaner display
See docs/terminal-emulation.md for design rationale.