commit | 97bd5e6527bf2b48acdd1550acba161e82a5bc99 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Aug 18 20:50:30 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Aug 18 20:50:30 2017 +0200 |
tree | 22b6437023669cf07961a5ac29490ea8d33e9340 | |
parent | cfce71710b6a2e1fb7f7f27d2a359e4b926f3af9 [diff] [blame] |
patch 8.0.0957: a terminal job can deadlock when sending many keys Problem: When term_sendkeys() sends many keys it may get stuck in writing to the job. Solution: Make the write non-blocking, buffer keys to be sent.
diff --git a/src/version.c b/src/version.c index f02af88..9d12b1e 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 957, +/**/ 956, /**/ 955,