Reduce delay for escape

This commit is contained in:
Arun Prakash Jana 2019-01-06 02:53:13 +05:30
parent 03ea2252b2
commit ef9e45682e
No known key found for this signature in database
GPG key ID: A75979F35C080412

View file

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