mirror of
https://github.com/neovim/neovim
synced 2025-07-16 09:11:51 +00:00
feat(tui): support DCS responses in TermResponse event (#26061)
This commit is contained in:
7
runtime/lua/vim/_meta/api.lua
generated
7
runtime/lua/vim/_meta/api.lua
generated
@ -2065,11 +2065,12 @@ function vim.api.nvim_ui_set_focus(gained) end
|
||||
--- @param value any
|
||||
function vim.api.nvim_ui_set_option(name, value) end
|
||||
|
||||
--- Tells Nvim when a terminal event has occurred.
|
||||
--- Tells Nvim when a terminal event has occurred
|
||||
--- The following terminal events are supported:
|
||||
---
|
||||
--- • "osc_response": The terminal sent a OSC response sequence to Nvim. The
|
||||
--- payload is the received OSC sequence.
|
||||
--- • "termresponse": The terminal sent an OSC or DCS response sequence to
|
||||
--- Nvim. The payload is the received response. Sets `v:termresponse` and
|
||||
--- fires `TermResponse`.
|
||||
---
|
||||
---
|
||||
--- @param event string Event name
|
||||
|
Reference in New Issue
Block a user