comparison runtime/doc/eval.txt @ 12632:b1a7e3968a31 v8.0.1194

patch 8.0.1194: actual fg and bg colors of terminal are unknown commit https://github.com/vim/vim/commit/65e4c4f6868882a380c319632a1728a5e7d274ad Author: Bram Moolenaar <Bram@vim.org> Date: Sat Oct 14 23:24:25 2017 +0200 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.
author Christian Brabandt <cb@256bit.org>
date Sat, 14 Oct 2017 23:30:05 +0200
parents d91cf2e26ef0
children 351cf7c67bbe
comparison
equal deleted inserted replaced
12631:3e8f6b06e414 12632:b1a7e3968a31
1910 *v:termstyleresp* 1910 *v:termstyleresp*
1911 v:termstyleresp The escape sequence returned by the terminal for the |t_RS| 1911 v:termstyleresp The escape sequence returned by the terminal for the |t_RS|
1912 termcap entry. This is used to find out what the shape of the 1912 termcap entry. This is used to find out what the shape of the
1913 cursor is. This is used by |term_getcursor()|. 1913 cursor is. This is used by |term_getcursor()|.
1914 1914
1915 *v:termrgbresp* 1915 *v:termrbgresp*
1916 v:termrgbresp The escape sequence returned by the terminal for the |t_RB| 1916 v:termrbgresp The escape sequence returned by the terminal for the |t_RB|
1917 termcap entry. This is used to find out what the terminal 1917 termcap entry. This is used to find out what the terminal
1918 background color is, see 'background'. 1918 background color is, see 'background'.
1919
1920 *v:termrfgresp*
1921 v:termrfgresp The escape sequence returned by the terminal for the |t_RF|
1922 termcap entry. This is used to find out what the terminal
1923 foreground color is.
1919 1924
1920 *v:termu7resp* 1925 *v:termu7resp*
1921 v:termu7resp The escape sequence returned by the terminal for the |t_u7| 1926 v:termu7resp The escape sequence returned by the terminal for the |t_u7|
1922 termcap entry. This is used to find out what the terminal 1927 termcap entry. This is used to find out what the terminal
1923 does with ambiguous width characters, see 'ambiwidth'. 1928 does with ambiguous width characters, see 'ambiwidth'.