diff options
author | Bram Moolenaar <Bram@vim.org> | 2017-10-14 23:24:25 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2017-10-14 23:24:25 +0200 |
commit | 65e4c4f6868882a380c319632a1728a5e7d274ad (patch) | |
tree | ea3e0680ca7752b219dec52ee3e10bc4eb2d0c3d /runtime/doc | |
parent | b2c8750c4e95f64a8dff912af81e13318b3f6ed6 (diff) | |
download | vim-git-65e4c4f6868882a380c319632a1728a5e7d274ad.tar.gz |
patch 8.0.1194: actual fg and bg colors of terminal are unknownv8.0.1194
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.
Diffstat (limited to 'runtime/doc')
-rw-r--r-- | runtime/doc/eval.txt | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/runtime/doc/eval.txt b/runtime/doc/eval.txt index edc12efcf..759ad16fc 100644 --- a/runtime/doc/eval.txt +++ b/runtime/doc/eval.txt @@ -1912,11 +1912,16 @@ v:termstyleresp The escape sequence returned by the terminal for the |t_RS| termcap entry. This is used to find out what the shape of the cursor is. This is used by |term_getcursor()|. - *v:termrgbresp* -v:termrgbresp The escape sequence returned by the terminal for the |t_RB| + *v:termrbgresp* +v:termrbgresp The escape sequence returned by the terminal for the |t_RB| termcap entry. This is used to find out what the terminal background color is, see 'background'. + *v:termrfgresp* +v:termrfgresp The escape sequence returned by the terminal for the |t_RF| + termcap entry. This is used to find out what the terminal + foreground color is. + *v:termu7resp* v:termu7resp The escape sequence returned by the terminal for the |t_u7| termcap entry. This is used to find out what the terminal |