-
Notifications
You must be signed in to change notification settings - Fork 8.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Terminal background color has the wrong color applied when terminal is snapped #5178
Comments
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! |
@zadjii-msft I'm seeing other lines be drawn with the colored region. Lines which were emitted before the color region are using the colored region color. Another symptom I see is the BG color continues to use the the color from the banner even after I enter new commands and the window scrolls. I can still accept it's a dupe. I just want to be clear about the problem I see. |
Ah yea, okay, I see it now. That's what I get for triaging in the morning. Looks like the problem is that when the buffer is getting resized, we're using the current attributes to initialize all the lines, not the default attributes. If you do the resize while the banner is being drawn, that means the attributes have been set to black-on-white, which is why the white seems to have filled the rest of the buffer. It's a similar bug to #32, but it's definitely unique. I'll re-triage |
This sounds like the same problem as #3848 (comment). |
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! |
Environment
Steps to reproduce
I saw this behavior by off change. After it happened once I was able to repo after a dozen or so launches.
Expected behavior
Actual behavior
First time it happened:
Second time it happened:
The text was updated successfully, but these errors were encountered: