diff --git a/src/Screen.cpp b/src/Screen.cpp index d137daf8..ef443bc8 100644 --- a/src/Screen.cpp +++ b/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(); }