diff options
author | Gregory Anders <greg@gpanders.com> | 2022-03-18 19:35:07 -0600 |
---|---|---|
committer | Gregory Anders <greg@gpanders.com> | 2022-03-24 07:13:49 -0600 |
commit | a11ff555557ada858d74d8192badb725d77fdbb0 (patch) | |
tree | 2c3756cd71bff5492d25fdbebbf1120596cae987 /test/functional/lua/vim_spec.lua | |
parent | 3b28bd57f9131a71b17265d18d5e0a7a8cedb84b (diff) | |
download | rneovim-a11ff555557ada858d74d8192badb725d77fdbb0.tar.gz rneovim-a11ff555557ada858d74d8192badb725d77fdbb0.tar.bz2 rneovim-a11ff555557ada858d74d8192badb725d77fdbb0.zip |
feat(tui): enable CSI u keys
On TUI startup write the CSI sequence that signals to the controlling
terminal that Neovim supports the CSI u scheme for encoding modifiers
documented in [1].
This is similar to, but distinct from, Vim's usage of the `t_TI` and
`t_TE` variables to handle Xterm's `modifyOtherKeys` setting. For a
longer explanation on those differences see [2]. Since Neovim uses
libtermkey for key input handling, we use the CSI u encoding rather than
Xterm's modifyOtherKeys encoding.
[1]: http://www.leonerd.org.uk/hacks/fixterms/
[2]: https://invisible-island.net/xterm/modified-keys.html
Diffstat (limited to 'test/functional/lua/vim_spec.lua')
0 files changed, 0 insertions, 0 deletions