aboutsummaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorhlpr98 <hlpr98@gmail.com>2022-04-16 14:46:20 +0200
committerbfredl <bjorn.linse@gmail.com>2022-04-17 11:41:56 +0200
commitd63ad42e4978c2de9486e383fc9865f22a743939 (patch)
tree9bc5e18d4cf990ebf41d3bfccf03ff06171b9fa3 /runtime
parenta8d5a9e81929a983f94555fd5ac2ea2579402eef (diff)
downloadrneovim-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.txt3
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.