diff options
author | Matthieu Coudron <coudron@iij.ad.jp> | 2019-12-19 21:27:21 +0100 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2019-12-19 12:27:21 -0800 |
commit | 65aca4d857ab9ff278f410b17ef31d91e48a37b7 (patch) | |
tree | 9ccdeede16c5f8c2c19d08df49e544232098a583 /runtime/doc/ui.txt | |
parent | 486ddb6eb706575e3af35c4db5b0d3fbe2095545 (diff) | |
download | rneovim-65aca4d857ab9ff278f410b17ef31d91e48a37b7.tar.gz rneovim-65aca4d857ab9ff278f410b17ef31d91e48a37b7.tar.bz2 rneovim-65aca4d857ab9ff278f410b17ef31d91e48a37b7.zip |
TUI: can make the cursor transparent #11519
when setting 'guicursor' highlight blend=100.
Diffstat (limited to 'runtime/doc/ui.txt')
-rw-r--r-- | runtime/doc/ui.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/runtime/doc/ui.txt b/runtime/doc/ui.txt index d5f4a59ab3..de54ce59b6 100644 --- a/runtime/doc/ui.txt +++ b/runtime/doc/ui.txt @@ -294,7 +294,8 @@ numerical highlight ids to the actual attributes. `underline`: underlined text. The line has `special` color. `undercurl`: undercurled text. The curl has `special` color. `blend`: Blend level (0-100). Could be used by UIs to support - blending floating windows to the background. + blending floating windows to the background or to + signal a transparent cursor. For absent color keys the default color should be used. Don't store the default value in the table, rather a sentinel value, so that |