aboutsummaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorbfredl <bjorn.linse@gmail.com>2022-04-20 14:50:04 +0200
committerGitHub <noreply@github.com>2022-04-20 14:50:04 +0200
commit81f1e33d15def4fe55255503a7806dfd1078bd41 (patch)
treec19dbbf83b8959cf37a85a0d2a2ca112e2afd06d /runtime
parenta391cd517bb4f0d638da3f0aaaf57f98e153447e (diff)
parent8973768a4e317ceccb12442ba40b5456d3f239cb (diff)
downloadrneovim-81f1e33d15def4fe55255503a7806dfd1078bd41.tar.gz
rneovim-81f1e33d15def4fe55255503a7806dfd1078bd41.tar.bz2
rneovim-81f1e33d15def4fe55255503a7806dfd1078bd41.zip
Merge pull request #18145 from bfredl/term_opt
feat(api): allow remote UI to set terminal options
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.