docs: builtin TUI is no longer channel 0 (#21794)

This commit is contained in:
zeertzjq
2023-01-15 05:24:19 +08:00
committed by GitHub
parent 8b86cb8f5b
commit 7af2c52ef0
3 changed files with 4 additions and 8 deletions

View File

@@ -1834,7 +1834,7 @@ Dictionary nvim__stats(void)
/// - "width" Requested width of the UI
/// - "rgb" true if the UI uses RGB colors (false implies |cterm-colors|)
/// - "ext_..." Requested UI extensions, see |ui-option|
/// - "chan" Channel id of remote UI or 0 for TUI
/// - "chan" |channel-id| of remote UI
Array nvim_list_uis(void)
FUNC_API_SINCE(4)
{