commit | cfce71710b6a2e1fb7f7f27d2a359e4b926f3af9 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Aug 17 20:31:48 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Aug 17 20:31:48 2017 +0200 |
tree | e9f5fa03d3b04268324bde07d5e87bb3de026369 | |
parent | 82de3c2c036bc89c2d9bdea236e0a7f1208a5571 [diff] [blame] |
patch 8.0.0956: scrolling in a terminal window has flicker Problem: Scrolling in a terminal hwindow as flicker when the Normal background differs from the terminal window background. Solution: Set the attribute to clear with.
diff --git a/src/version.c b/src/version.c index 9859b4a..f02af88 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 956, +/**/ 955, /**/ 954,