commit | 674e482d1346aa1afddab62675f3a7d7a00a4894 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Feb 24 14:03:56 2018 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Feb 24 14:03:56 2018 +0100 |
tree | fda26fab9debb0b107edeba82440d2e7702f9a64 | |
parent | cc0f2be88046bd1c07efa444bba6c05efe15ddd5 [diff] [blame] |
patch 8.0.1533: libterm doesn't support requesting fg and bg color Problem: Libterm doesn't support requesting fg and bg color. Solution: Implement t_RF and t_RB.
diff --git a/src/version.c b/src/version.c index c2096c7..95e5a72 100644 --- a/src/version.c +++ b/src/version.c
@@ -779,6 +779,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1533, +/**/ 1532, /**/ 1531,