Browse Source

Revert "Set Escape delay to 0"

An ESCDELAY of 0 can break long escape sequences, such as the arrow keys,
on slower terminals.

This reverts commit 2599564e64.
master
ucs 5 years ago
parent
commit
52d3d514ce
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/nnn.c

+ 1
- 1
src/nnn.c View File

@@ -1714,7 +1714,7 @@ static bool initcurses(void *oldmask)
} }


settimeout(); /* One second */ settimeout(); /* One second */
set_escdelay(0); set_escdelay(25);
return TRUE; return TRUE;
} }




||||||
x
 
000:0
Loading…
Cancel
Save