-
Notifications
You must be signed in to change notification settings - Fork 9.1k
conhost: if we start with invalid terminal colors, reset them to sanity #2855
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
Conversation
We've seen a number of cases where the user's settings can get corrupted and their default foreground/background and cursor color get set to all black (black on black). This results in a fairly unhappy user and probably a great number of support incidents. Let's declare that an invalid state.
miniksa
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
couple minor questions
|
@miniksa i need a second on this |
…ty (#2855) * conhost: if we start with invalid terminal colors, reset them to sanity We've seen a number of cases where the user's settings can get corrupted and their default foreground/background and cursor color get set to all black (black on black). This results in a fairly unhappy user and probably a great number of support incidents. Let's declare that an invalid state. * Add some comments to the comments (cherry picked from commit a1bd796)
|
This merge claims to have fixed something, but I still see it broken: |
|
Are you using a version of Windows that was released after this was merged? I’m going to guess you’re not, because it’s only available to Insiders right now. |
|
Anyway, to fix it: go to the Terminal tab and turn off all the extra color settings. |
We've seen a number of cases where the user's settings can get corrupted
and their default foreground/background and cursor color get set to all
black (black on black). This results in a fairly unhappy user and
probably a great number of support incidents.
Let's declare that an invalid state.
Related to #2651.