mirror of
https://github.com/neovim/neovim.git
synced 2026-08-29 18:41:48 +00:00
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:
@@ -4028,8 +4028,8 @@ nvim_ui_term_event({event}, {value}) *nvim_ui_term_event()*
|
||||
Tells Nvim when a terminal event has occurred
|
||||
|
||||
The following terminal events are supported:
|
||||
• "termresponse": The terminal sent an OSC or DCS response sequence to
|
||||
Nvim. The payload is the received response. Sets |v:termresponse| and
|
||||
• "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|.
|
||||
|
||||
Attributes: ~
|
||||
|
||||
@@ -1045,7 +1045,7 @@ TermRequest When a |:terminal| child process emits an OSC,
|
||||
autocommand defined without |autocmd-nested|.
|
||||
|
||||
*TermResponse*
|
||||
TermResponse When Nvim receives an OSC or DCS response from
|
||||
TermResponse When Nvim receives an OSC, DCS, or APC response from
|
||||
the host terminal. Sets |v:termresponse|. The
|
||||
|event-data| is a table with the following fields:
|
||||
|
||||
|
||||
@@ -221,7 +221,7 @@ TREESITTER
|
||||
|
||||
TUI
|
||||
|
||||
• todo
|
||||
• |TermResponse| now supports APC query responses.
|
||||
|
||||
UI
|
||||
|
||||
|
||||
Reference in New Issue
Block a user