Browse Source

Reduce delay for escape

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

+ 1
- 0
src/nnn.c View File

@@ -813,6 +813,7 @@ static bool initcurses(void)
init_pair(4, g_ctx[3].color, -1); init_pair(4, g_ctx[3].color, -1);
} }
settimeout(); /* One second */ settimeout(); /* One second */
set_escdelay(25);
return TRUE; return TRUE;
} }




Loading…
Cancel
Save