commit | 9e58787de737479fb210a3bfef7458d667406d17 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon May 13 20:27:23 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon May 13 20:27:23 2019 +0200 |
tree | a3bd7471d22f87f27aa7a000538d631cb8e8afc7 | |
parent | 957f85d54ebd5a3bd0d930de9603190f0876f977 [diff] [blame] |
patch 8.1.1330: using bold attribute in terminal changes the color Problem: Using bold attribute in terminal changes the color. (Jason Franklin) Solution: Don't set the "bold-highbright" flag in vterm unless the terminal supports less than 16 colors.
diff --git a/src/version.c b/src/version.c index 8defe6a..9ce9ab4 100644 --- a/src/version.c +++ b/src/version.c
@@ -768,6 +768,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1330, +/**/ 1329, /**/ 1328,