What's wrong with this entry?
Anonymous. No account, no email.
What: The ConEmu/Ghostty progress reporting system was refactored from an independent side-channel to an integrated render pipeline.
Details:
- Removed:
O81class (ConEmu progress reporter),T1Aclass (progress manager),LOAglobal instance - Added:
ink-progressDOM elements,sGB()progress extraction from DOM - Progress now updates synchronously with UI renders
- Same ANSI escape sequences generated, but through render pipeline
- Evidence: Removed classes at lines 403283-403407 (v2.0.51), new functions at lines 218873, 220775