feat(tui): support APC queries in TermResponse (#34426)

Add support for APC sequences to libtermkey and the TermResponse
autocommand event.
This commit is contained in:
Gregory Anders
2025-06-11 08:26:58 -05:00
committed by GitHub
parent 966b1da183
commit de87ceb3be
8 changed files with 36 additions and 9 deletions

View File

@@ -540,7 +540,7 @@ void nvim_ui_pum_set_bounds(uint64_t channel_id, Float width, Float height, Floa
///
/// The following terminal events are supported:
///
/// - "termresponse": The terminal sent an OSC or DCS response sequence to
/// - "termresponse": The terminal sent an OSC, DCS, or APC response sequence to
/// Nvim. The payload is the received response. Sets
/// |v:termresponse| and fires |TermResponse|.
///