Ver código fonte

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 anos atrás
pai
commit
52d3d514ce
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      src/nnn.c

+ 1
- 1
src/nnn.c Ver arquivo

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

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



Carregando…
Cancelar
Salvar