mirror of
https://github.com/jarun/nnn.git
synced 2025-03-12 17:54:04 +00:00
Merge pull request #696 from ucs1/revert-escdelay
Fix arrow keys not working on mintty
This commit is contained in:
commit
0c93b170c8
1 changed files with 1 additions and 1 deletions
|
@ -1714,7 +1714,7 @@ static bool initcurses(void *oldmask)
|
|||
}
|
||||
|
||||
settimeout(); /* One second */
|
||||
set_escdelay(0);
|
||||
set_escdelay(25);
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue