Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
AtlasEngine: Fix cursor invalidation (#14038)
There's a different behavior regarding cursors between conhost and Windows Terminal. In case of the latter we don't necessarily call `PaintCursor` during cursor movement, because the cursor blinker never stops "blinking". Closes #14028 ## Validation Steps Performed * Enter text until after the line wraps * Hold backspace until the line unwraps * No leftover cursor on the second line ✅
- Loading branch information