summaryrefslogtreecommitdiffstats
path: root/InfoScreen.c
diff options
context:
space:
mode:
Diffstat (limited to 'InfoScreen.c')
-rw-r--r--InfoScreen.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/InfoScreen.c b/InfoScreen.c
index dd5095c7..fab8daea 100644
--- a/InfoScreen.c
+++ b/InfoScreen.c
@@ -115,8 +115,9 @@ void InfoScreen_run(InfoScreen* this) {
Panel_draw(panel, true);
- if (this->inc->active)
- move(LINES-1, CRT_cursorX);
+ if (this->inc->active) {
+ (void) move(LINES-1, CRT_cursorX);
+ }
set_escdelay(25);
int ch = getch();