summaryrefslogtreecommitdiffstats
path: root/InfoScreen.c
diff options
context:
space:
mode:
authorHisham <hisham@gobolinux.org>2016-06-23 13:25:58 -0300
committerHisham <hisham@gobolinux.org>2016-06-23 13:25:58 -0300
commit7f9c82f28d8d1da1fa7ca8c2f5534ed0c41852ef (patch)
treef3542dcee017ec8e1d8119b2ae640b2b1a7bddcd /InfoScreen.c
parent7d5ef246f1bc130aeb294d1368a6bbefa07210ca (diff)
Refresh whole panel on Ctrl+L in infoscreen.
Closes #520.
Diffstat (limited to 'InfoScreen.c')
-rw-r--r--InfoScreen.c1
1 files changed, 1 insertions, 0 deletions
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);

© 2014-2024 Faster IT GmbH | imprint | privacy policy