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:
parent
0880839252
commit
db0af3a8e5
2 changed files with 19 additions and 2 deletions
|
@ -490,6 +490,9 @@ class WinNativeConsoleProvider : ConsoleProvider
|
|||
if (mScreenInfo == null)
|
||||
return;
|
||||
|
||||
if (mScreenInfo.mScrollTop == row)
|
||||
return;
|
||||
|
||||
GetFullScreenInfo(mScreenInfo);
|
||||
|
||||
mScreenInfo.mScrollTop = (.)row;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue