summaryrefslogtreecommitdiffstats
path: root/InfoScreen.c
diff options
context:
space:
mode:
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 7ce9ca6a..a6dd55ad 100644
--- a/InfoScreen.c
+++ b/InfoScreen.c
@@ -116,6 +116,7 @@ void InfoScreen_run(InfoScreen* this) {
if (this->inc->active)
move(LINES-1, CRT_cursorX);
+ ESCDELAY = 25;
int ch = getch();
if (ch == ERR) {