Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Utilities
Konsole
Commits
a4681775
Commit
a4681775
authored
Aug 09, 2022
by
Matan Ziv-Av
Committed by
Kurt Hindenburg
Aug 26, 2022
Browse files
Modify setDefaultRendition() to reset the underline color.
parent
77d6b1f9
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/Screen.cpp
View file @
a4681775
...
...
@@ -1510,6 +1510,7 @@ void Screen::setDefaultRendition()
{
setForeColor
(
COLOR_SPACE_DEFAULT
,
DEFAULT_FORE_COLOR
);
setBackColor
(
COLOR_SPACE_DEFAULT
,
DEFAULT_BACK_COLOR
);
_currentULColor
=
0
;
_currentRendition
=
{
DEFAULT_RENDITION
};
updateEffectiveRendition
();
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment