commit | 21edde87426eeeaf46e118a137a7fa0e86ad167e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Feb 17 14:10:56 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Feb 17 14:10:56 2019 +0100 |
tree | d3ba5658ce8d4f6ffeddb086ec5e4f35116c2b6b | |
parent | f1b57ab2ab18032d19f64bff7d22f3adb3fe93f7 [diff] [blame] |
patch 8.1.0938: background color is wrong in MS-Windows console Problem: Background color is wrong in MS-Windows console when not using VTP. Solution: Use g_attrCurrent. (Nobuhiro Takasaki, closes #3987)
diff --git a/src/version.c b/src/version.c index 8509e06..df3aa48 100644 --- a/src/version.c +++ b/src/version.c
@@ -780,6 +780,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 938, +/**/ 937, /**/ 936,