diff options
author | hlpr98 <hlpr98@gmail.com> | 2022-04-16 14:46:20 +0200 |
---|---|---|
committer | bfredl <bjorn.linse@gmail.com> | 2022-04-17 11:41:56 +0200 |
commit | d63ad42e4978c2de9486e383fc9865f22a743939 (patch) | |
tree | 9bc5e18d4cf990ebf41d3bfccf03ff06171b9fa3 /runtime | |
parent | a8d5a9e81929a983f94555fd5ac2ea2579402eef (diff) | |
download | rneovim-d63ad42e4978c2de9486e383fc9865f22a743939.tar.gz rneovim-d63ad42e4978c2de9486e383fc9865f22a743939.tar.bz2 rneovim-d63ad42e4978c2de9486e383fc9865f22a743939.zip |
feat(api): ui options relevant for remote TUI
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/doc/ui.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/runtime/doc/ui.txt b/runtime/doc/ui.txt index c5e3b60079..f9110cd59b 100644 --- a/runtime/doc/ui.txt +++ b/runtime/doc/ui.txt @@ -49,6 +49,9 @@ with these (optional) keys: 'wildmenu'. |ui-popupmenu| `ext_tabline` Externalize the tabline. |ui-tabline| `ext_termcolors` Use external default colors. + `term_name` Sets the name of the terminal 'term'. + `term_colors` Sets the number of supported colors 't_Co'. + `term_background` Sets the default value of 'background'. Specifying an unknown option is an error; UIs can check the |api-metadata| `ui_options` key for supported options. |