-
-
Notifications
You must be signed in to change notification settings - Fork 111
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
Allow naming of the tabs #1705
base: master
Are you sure you want to change the base?
Allow naming of the tabs #1705
Conversation
src/vtbackend/StatusLineBuilder.cpp
Outdated
@@ -156,6 +157,7 @@ std::optional<StatusLineDefinitions::Item> makeStatusLineItem( | |||
styles, | |||
activeColor, | |||
activeBackground, | |||
std::nullopt, |
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.
can we use designated initializers here?
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.
I will add a comment, that this is separator, because this class has an inheritance and we can not use designated initialization here :(
e0b350e
to
9469f71
Compare
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.
thank you
9469f71
to
6e4d8cc
Compare
6e4d8cc
to
ab2db50
Compare
ab2db50
to
6b91660
Compare
Refs #1690
Closes #296
PR Adds naming to the tabs, and adds another option to the Tabs status line config, separator