diff options
author | Matthieu Coudron <mattator@gmail.com> | 2017-03-21 00:03:01 +0100 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2017-04-01 23:14:05 +0200 |
commit | 54bab0019b3638f213608757b523062195be156b (patch) | |
tree | 7f796436e9e22197c5ed7754777d4bf427e8585f /runtime | |
parent | dd4a5fcbb65ade08b5d2c7951b2924d2d04dc99e (diff) | |
download | rneovim-54bab0019b3638f213608757b523062195be156b.tar.gz rneovim-54bab0019b3638f213608757b523062195be156b.tar.bz2 rneovim-54bab0019b3638f213608757b523062195be156b.zip |
tui: 'guicursor' color
For now only supports valid hex colors (does not check for the validity
the hex color) when termguicolors is set, otherwise it won't attempt to
change the cursor color.
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/doc/options.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt index 7d41162cfc..4c827d0749 100644 --- a/runtime/doc/options.txt +++ b/runtime/doc/options.txt @@ -2802,7 +2802,8 @@ A jump table for the options with a short description can be found at |Q_op|. the height of the cursor can be changed. This can be done by specifying a block cursor, or a percentage for a vertical or horizontal cursor. - For a console the 't_SI' and 't_EI' escape sequences are used. + For a console, shape is taken into account and color as well if + 'termguicolors' is set. 't_SI' and 't_EI' are deprecated in neovim. The option is a comma separated list of parts. Each part consist of a mode-list and an argument-list: |