mirror of
https://github.com/neovim/neovim.git
synced 2026-07-13 12:50:31 +00:00
fix(tui): attribute TermResponse to source channel #40330
Problem: Attach-time terminal probes cannot distinguish responses from different attached UIs. Solution: Identify the UI by RPC channel id in `TermResponse` and make `vim.tty.request()` filter responses by channel.
This commit is contained in:
@@ -60,4 +60,5 @@ error('Cannot require a meta file')
|
||||
--- @field cursor integer[]
|
||||
|
||||
--- @class vim.event.termresponse.data
|
||||
--- @field chan integer
|
||||
--- @field sequence string
|
||||
|
||||
Reference in New Issue
Block a user