You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If alternate background colors are used at the end of the printed line, resizing the window will cause the colors to propagate to the full extent of the window. This happens even when the background color is explicitly reset with whitespace characters that use the default color.
The expected behavior is that the color will continue to be confined to the correct string when the window is resized. This works as expected when the color change is in the middle of the line.
I have observed this issue in C# console applications and Powershell 7.2.0 (pictured). Windows Terminal Version: 1.11.2921.0.
pictured code:
Write-Host"Resizing this window does not "-NoNewLine ;`Write-Host" FAIL "-ForegroundColor White -BackgroundColor Red -NoNewLine ; `Write-Host"`t"
The text was updated successfully, but these errors were encountered:
ghost
added
Needs-Triage
It's a new issue that the core contributor team needs to triage at the next triage meeting
Needs-Tag-Fix
Doesn't match tag requirements
labels
Dec 13, 2021
Hi! We've identified this issue as a duplicate of another one that already exists on this Issue Tracker. This specific instance is being closed in favor of tracking the concern over on the referenced thread. Thanks for your report!
ghost
added
Resolution-Duplicate
There's another issue on the tracker that's pretty much the same thing.
and removed
Needs-Triage
It's a new issue that the core contributor team needs to triage at the next triage meeting
Needs-Tag-Fix
Doesn't match tag requirements
labels
Dec 13, 2021
If alternate background colors are used at the end of the printed line, resizing the window will cause the colors to propagate to the full extent of the window. This happens even when the background color is explicitly reset with whitespace characters that use the default color.
The expected behavior is that the color will continue to be confined to the correct string when the window is resized. This works as expected when the color change is in the middle of the line.
I have observed this issue in C# console applications and Powershell 7.2.0 (pictured). Windows Terminal Version: 1.11.2921.0.
pictured code:
The text was updated successfully, but these errors were encountered: