1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-07-05 07:45:59 +02:00

Console perf improvements

This commit is contained in:
Brian Fiete 2024-09-09 14:51:23 -04:00
parent 0880839252
commit db0af3a8e5
2 changed files with 19 additions and 2 deletions

View file

@ -490,6 +490,9 @@ class WinNativeConsoleProvider : ConsoleProvider
if (mScreenInfo == null)
return;
if (mScreenInfo.mScrollTop == row)
return;
GetFullScreenInfo(mScreenInfo);
mScreenInfo.mScrollTop = (.)row;