mirror of
https://github.com/neovim/neovim.git
synced 2026-07-27 19:16:35 +00:00
refactor(tty): tty.request() #39489
Problem: - Various `TermRequest` handlers which all do similar things. - `tty.query` is specific to `XTGETTCAP DCS`, can't be reused for other kinds of terminal queries. Solution: Provide `tty.request()`.
This commit is contained in:
@@ -60,6 +60,7 @@ vim._submodules = {
|
||||
iter = true,
|
||||
re = true,
|
||||
text = true,
|
||||
tty = true,
|
||||
provider = true,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user