diff --git a/InfoScreen.c b/InfoScreen.c index 085b860f..e27494c7 100644 --- a/InfoScreen.c +++ b/InfoScreen.c @@ -83,6 +83,7 @@ void InfoScreen_drawTitled(InfoScreen* this, char* fmt, ...) { wmove(stdscr, 0, 0); vw_printw(stdscr, fmt, ap); attrset(CRT_colors[DEFAULT_COLOR]); + this->display->needsRedraw = true; Panel_draw(this->display, true); IncSet_drawBar(this->inc); va_end(ap);