about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--input.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/input.c b/input.c
index abfc421..ec43bd9 100644
--- a/input.c
+++ b/input.c
@@ -135,7 +135,7 @@ void inputInit(void) {
 
 	keypad(uiInput, true);
 	nodelay(uiInput, true);
-	notimeout(uiInput, inputMode == InputVi);
+	ESCDELAY = (inputMode == InputVi ? 50 : 1000);
 }
 
 static void inputAdd(struct Style reset, struct Style *style, const char *str) {
config?id=3a9354f4854d30514c74d2966a38e87606416832&follow=1'>Disable signing commitsJune McEnroe 2019-12-19Ignore about-filterJune McEnroe 2019-12-19Fix matching make tags with no sourcesJune McEnroe 2019-12-19Avoid matching := assignments as tagsJune McEnroe 2019-12-18Hide line numbers when rendering mdocJune McEnroe 2019-12-18Customize cgit CSSJune McEnroe 2019-12-18Use :target rather than :focus pseudo-classJune McEnroe 2019-12-18Copy cgit auxiliary binaries properlyJune McEnroe 2019-12-18Add git.causal.agency cgit configJune McEnroe 2019-12-18Bail from hi if input is binaryJune McEnroe 2019-12-16Post "cgit setup"June McEnroe