diff options
Diffstat (limited to 'runtime/doc/api.txt')
-rw-r--r-- | runtime/doc/api.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/doc/api.txt b/runtime/doc/api.txt index 52994ce073..e52ed5ad2b 100644 --- a/runtime/doc/api.txt +++ b/runtime/doc/api.txt @@ -1094,8 +1094,8 @@ nvim_list_uis() *nvim_list_uis()* Array of UI dictionaries, each with these keys: - "height" requested height of the UI - "width" requested width of the UI - - "rgb" whether the UI uses rgb colors (false implies - cterm colors) + - "rgb" true if the UI uses RGB colors (false implies + |cterm-colors|) - "ext_..." Requested UI extensions, see |ui-options| - "chan" Channel id of remote UI (not present for TUI) |