commit | 4ab7968aa9d8a624cd56f55b5cad2bedb240eb73 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Aug 27 14:50:47 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Aug 27 14:50:47 2017 +0200 |
tree | ba518cce64059e79a13941a0fb0ac799c5d60534 | |
parent | 8d9f0ef5c6a6f6d19c3d02690e1ee347a70b8452 [diff] [blame] |
patch 8.0.1005: terminal without job updates slowly in GUI Problem: Terminal without job updates slowly in GUI. Solution: Poll for input when a channel has the keep_open flag.
diff --git a/src/version.c b/src/version.c index 4773895..68f3534 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1005, +/**/ 1004, /**/ 1003,