mirror of
https://github.com/neovim/neovim.git
synced 2026-05-23 21:30:11 +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