From 31b71b67011fa52f091df6fe536a11d6d0bfb256 Mon Sep 17 00:00:00 2001 From: Daniel Lange Date: Mon, 25 Jul 2016 18:25:28 +0200 Subject: Imported Upstream version 2.0.2 --- InfoScreen.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'InfoScreen.c') diff --git a/InfoScreen.c b/InfoScreen.c index a6dd55a..e27494c 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); @@ -116,7 +117,7 @@ void InfoScreen_run(InfoScreen* this) { if (this->inc->active) move(LINES-1, CRT_cursorX); - ESCDELAY = 25; + set_escdelay(25); int ch = getch(); if (ch == ERR) { -- cgit v1.2.3