aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/api/ui.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/api/ui.c')
-rw-r--r--src/nvim/api/ui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/api/ui.c b/src/nvim/api/ui.c
index e6d9035b0d..c898925af8 100644
--- a/src/nvim/api/ui.c
+++ b/src/nvim/api/ui.c
@@ -512,7 +512,7 @@ void nvim_ui_pum_set_bounds(uint64_t channel_id, Float width, Float height, Floa
ui->pum_pos = true;
}
-/// Tells Nvim when a terminal event has occurred.
+/// Tells Nvim when a terminal event has occurred: sets |v:termresponse| and fires |TermResponse|.
///
/// The following terminal events are supported:
///