What's wrong with this entry?
Anonymous. No account, no email.
What: Terminal cursor positioning now uses semantic event types instead of raw ANSI control sequences
Details:
- Replaced raw stdout strings (like
\rfor carriage return,\bfor wrap handling) with semantic event types - New event types:
resolvePendingWrap,carriageReturn,cursorMove - Supports returning multiple terminal events per transaction for more complex operations
- Improves code maintainability and testability while producing identical terminal output
- Evidence: Replaced
Hk0() at line 77408withIi0() at line 77184, updated supporting class fromzk0toYi0