Windows API GetConsoleScreenBufferInfo() does not return expected values #18407
Labels
Issue-Bug
It either shouldn't be doing this or needs an investigation.
Needs-Triage
It's a new issue that the core contributor team needs to triage at the next triage meeting
Windows Terminal version
Windows Console Host
Windows build number
No response
Other Software
No response
Steps to reproduce
In windows 11 console host (not windows terminal), F11 go to full screen, Use CTRL+Mouse Wheel zoom in/out, there is an issue: Windows API GetConsoleScreenBufferInfo() returns realtime dwSize and srWindow values, not following windows font scaling operation. F11 again, the expected values have returned.
Expected Behavior
GetConsoleScreenBufferInfo() return realtime values
Actual Behavior
GetConsoleScreenBufferInfo() return old values until hit F11 key
The text was updated successfully, but these errors were encountered: