Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
Add support for
tab.unfocusedBackground
#13689Add support for
tab.unfocusedBackground
#13689Changes from 23 commits
57e02b8
fe5a86d
bdfb015
4146d71
f911929
2964ebe
37ce107
25e09d6
b38b704
48deba0
ff90631
dfe40fa
b040192
17262f7
60d28f3
4c7cfee
9f7cbdc
c5e0445
2e8e802
da56d48
951ab2c
b92da58
81ef597
ec3ebb9
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
note to reviewers: This mostly just came from
TerminalTab.cpp
so go ahead and hit that . and open the two SxSThere 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.
might be worth mentioning where this 0.6 came from (and if we should change this in the future)
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.
Would there be enough benefit to magic
static
-ify all of thesewinrt::box_value(L"<resource name>")
?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.
hmm... The strings also seem to be used below in
_ClearTabBackgroundColor
. Maybe we shouldstatic
-ify the strings themselves? Idk if/when it's worth it though 🤷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.
meh we maybe could. This is all copypasta from TerminalTab and this hasn't ever seemed like an issue before.