summaryrefslogtreecommitdiffstats
path: root/InfoScreen.c
diff options
context:
space:
mode:
Diffstat (limited to 'InfoScreen.c')
-rw-r--r--InfoScreen.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/InfoScreen.c b/InfoScreen.c
index 8f575232..259ecee3 100644
--- a/InfoScreen.c
+++ b/InfoScreen.c
@@ -94,7 +94,9 @@ void InfoScreen_run(InfoScreen* this) {
if (this->inc->active) {
(void) move(LINES - 1, CRT_cursorX);
}
+#ifdef HAVE_SET_ESCDELAY
set_escdelay(25);
+#endif
int ch = getch();
if (ch == ERR) {