Set Escape delay to 0

This commit is contained in:
Arun Prakash Jana 2020-05-29 08:51:17 +05:30
parent dd5a936bf4
commit 2599564e64
No known key found for this signature in database
GPG Key ID: A75979F35C080412
1 changed files with 1 additions and 1 deletions

View File

@ -1546,7 +1546,7 @@ static bool initcurses(void *oldmask)
}
settimeout(); /* One second */
set_escdelay(25);
set_escdelay(0);
return TRUE;
}