commit | 65e4c4f6868882a380c319632a1728a5e7d274ad | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Oct 14 23:24:25 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Oct 14 23:24:25 2017 +0200 |
tree | ea3e0680ca7752b219dec52ee3e10bc4eb2d0c3d | |
parent | b2c8750c4e95f64a8dff912af81e13318b3f6ed6 [diff] [blame] |
patch 8.0.1194: actual fg and bg colors of terminal are unknown Problem: Actual fg and bg colors of terminal are unknown. Solution: Add t_RF. Store response to t_RB and t_RF, use for terminal.
diff --git a/src/version.c b/src/version.c index fa4d4e7..a762e1e 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1194, +/**/ 1193, /**/ 1192,