commit | 3a497e1a414dc44b3df6a6fca60838ecd8ff0ca6 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Sep 30 20:40:27 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Sep 30 20:40:27 2017 +0200 |
tree | faa9025657058be18b3339fec2e72463d8a0113f | |
parent | c958b316386fa44116a02bfbd5859edc54a4a7e0 [diff] [blame] |
patch 8.0.1167: Motif: typing in terminal window is slow Problem: Motif: typing in terminal window is slow. Solution: Do not redraw the whole terminal window but only was was changed.
diff --git a/src/version.c b/src/version.c index f02ebe0..3874320 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1167, +/**/ 1166, /**/ 1165,