Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Throttle cursor redrawing in outputStream.cpp (#10394)
Try to throttle the cursor redrawing in the conhost world. The motivation of this is the high CPU usage of `TriggerRedrawCursor` (#10393). This can be seen as the conhost version of #2960. This saves 5%~8% of the CPU time. Supports #10462.
- Loading branch information