What's wrong with this entry?
Anonymous. No account, no email.
What: Internal refactoring of cursor visibility tracking for more efficient terminal rendering
Details:
- Replaced manual
hasHiddenCursorstate tracking with dynamiccursorVisiblechecks - More precise cursor state management based on actual frame visibility
- Changed from
resetLineCount()to more comprehensivereset()method - Internal optimization with no user-visible behavior changes
Evidence
n90 class at line 69693, renderEfficiently() method shows cursor visibility logic
Strings lifted out of the shipped bundle, so the claim above can be checked against them.