0
0
mirror of https://github.com/vim/vim.git synced 2025-09-23 03:43:49 -04:00

patch 8.2.4595: X11: using --remote-wait may keep the CPU busy

Problem:    X11: using --remote-wait may keep the CPU busy.
Solution:   Set the timeout for select() on every call. (Jacopo Secchiero,
            closes #9973)
This commit is contained in:
jsecchiero
2022-03-20 11:07:17 +00:00
committed by Bram Moolenaar
parent 47c532e2bc
commit 6f95363677
2 changed files with 17 additions and 12 deletions

View File

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