commit | b5c3265521749fda81ae4b052de35a0d1209cf50 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jun 25 17:03:36 2015 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jun 25 17:03:36 2015 +0200 |
tree | c4e09817745505a3e66db6f65a72fa5cf63f4708 | |
parent | 367fbf17dad7bfb65cef8a4a18147989516218f2 [diff] [blame] |
patch 7.4.757 Problem: Cannot detect the background color of a terminal. Solution: Add T_RBG to request the background color if possible. (Lubomir Rintel)
diff --git a/src/version.c b/src/version.c index ae01bdf..917f71a 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 757, +/**/ 756, /**/ 755,