1
0
forked from aniani/vim

patch 8.0.1170: using termdebug results in 100% CPU time

Problem:    Using termdebug results in 100% CPU time. (tomleb)
Solution:   Use polling instead of select().
This commit is contained in:
Bram Moolenaar
2017-10-01 16:21:31 +02:00
parent 5ece3e359c
commit f33606112a
4 changed files with 71 additions and 15 deletions

View File

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