Reflow behavior on window resize seems broken if the cursor is hidden #17151
Labels
Area-Output
Related to output processing (inserting text into buffer, retrieving buffer text, etc.)
In-PR
This issue has a related PR
Issue-Bug
It either shouldn't be doing this or needs an investigation.
Needs-Tag-Fix
Doesn't match tag requirements
Priority-3
A description (P3)
Product-Conpty
For console issues specifically related to conpty
Milestone
Windows Terminal version
1.19.10821.0
Windows build number
10.0.19045.4291
Other Software
No response
Steps to reproduce
I have a strange reflow bug that seems to occur only when the cursor is hidden. Steps to reproduce:
status.py
:start status.py
Expected Behavior
The reflow mechanism should work regardless of whether the cursor is rendered or not. The behaviour with the visible cursor is the correct one.
Actual Behavior
It looks as if the display reflow logic is broken when the cursor is not rendered, maybe the full line inclusive trailing whitespace is reflowed?
The text was updated successfully, but these errors were encountered: