1
0
forked from aniani/vim

patch 8.2.2076: MS-Windows console: sometimes drops typed characters

Problem:    MS-Windows console: sometimes drops typed characters.
Solution:   Do not wait longer than 10 msec for input. (issue #7164)
This commit is contained in:
Bram Moolenaar
2020-12-01 21:27:51 +01:00
parent 57cf4973a2
commit c478ee3d83
2 changed files with 9 additions and 19 deletions

View File

@@ -750,6 +750,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
2076,
/**/
2075,
/**/