Browse Source

Set Escape delay to 0

master
Arun Prakash Jana 4 years ago
parent
commit
2599564e64
No known key found for this signature in database GPG Key ID: A75979F35C080412
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/nnn.c

+ 1
- 1
src/nnn.c View File

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

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



Loading…
Cancel
Save