aboutsummaryrefslogtreecommitdiffstats
path: root/src/nnn.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nnn.c')
-rw-r--r--src/nnn.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nnn.c b/src/nnn.c
index 60ec887..a0c956b 100644
--- a/src/nnn.c
+++ b/src/nnn.c
@@ -813,6 +813,7 @@ static bool initcurses(void)
init_pair(4, g_ctx[3].color, -1);
}
settimeout(); /* One second */
+ set_escdelay(25);
return TRUE;
}