Open ejoebstl opened 8 years ago
Open Settings/Info and look at performance counters during keypressing. Show screenshot.
Same problem. 3840 x 2160, the cursor is constantly flickering.
During typing, FPS goes as low as 4.9. It's hard to take a screenshot while typing though.
ConEmu build: 160914 x64 OS version: Windows 10 x64 Used shell version: bash on windows
Problem description
ConEmu lags and causes high CPU load on large screens.
Steps to reproduce
Actual results
Cursor is flickering (blink is disabled), high CPU load, lag when text is printed by executed programs (ls or similar).
Expected results
No performance problems.
My Guess
It seems like the whole UI is redrawn for every character printed, that uses quite some performance on large screens. Also, double buffering is probably not used, which causes the cursor flickering.