Open
Description
Windows Terminal version
Commit cfdea71
Windows build number
10.0.19044.2006
Other Software
No response
Steps to reproduce
- Open a cmd shell in conhost.
- Open the console Properties dialog.
- On the Layout tab, set the Screen Buffer height to 50, and the Window height to 24.
- Also make sure the Wrap text output on resize option is UNCHECKED.
- Back in the shell, keep pressing enter until you've filled up all 50 lines of the buffer.
- Open the Properties again, and set the Screen Buffer height to 24.
- Back in the shell, type any letter.
Expected Behavior
I'd expect to see the letter that I typed being output at the prompt.
Actual Behavior
The console crashes with the FAIL_FAST
check here:
Line 252 in cfdea71
Activity