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:
parent
f2a60658cf
commit
0a17b61bf3
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue