Modify setDefaultRendition() to reset the underline color.

wilder
Matan Ziv-Av 4 years ago committed by Kurt Hindenburg
parent 77d6b1f91f
commit a4681775ae
  1. 1
      src/Screen.cpp

@ -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();
}

Loading…
Cancel
Save