Console.CursorSize method does not work in terminal but works in conhost. #16027
Labels
Issue-Bug
It either shouldn't be doing this or needs an investigation.
Resolution-Duplicate
There's another issue on the tracker that's pretty much the same thing.
Windows Terminal version
1.17.11461.0
Windows build number
10.0.22621.2283
Other Software
No response
Steps to reproduce
Compile the sample code at https://learn.microsoft.com/en-us/dotnet/api/system.console.cursorsize?view=net-7.0.
Run under Terminal. Note that the cursor size remains what was set in the profile.
Run under conhost.exe (the old cmd.exe). Note that the cursor size changes in response to changes to the CursorSize property.
Expected Behavior
I expected the cursor size to change in response to changes to the property as the documentation for CursorSize says nothing about the functionality being deprecated or impaired under Terminal.
Actual Behavior
The cursor size setting in the terminal profile remains constant and overrides any change to the CursorSize property.
The text was updated successfully, but these errors were encountered: