commit | 1dccf6351dd37e648b2e15fb9f9f71ceba88d446 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Aug 27 17:38:27 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Aug 27 17:38:27 2017 +0200 |
tree | 367ef3f06f0dac62d61ebd23983dc2b425340283 | |
parent | cbe6944956d7c39176e8b15faa77f1c29eaf5c97 [diff] [blame] |
patch 8.0.1008: slow updating of terminal window in Motif Problem: Slow updating of terminal window in Motif. Solution: Add a timeout to the wait-for-character loop.
diff --git a/src/version.c b/src/version.c index 7b23a9a..ae7e6ed 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1008, +/**/ 1007, /**/ 1006,