diff options
author | Gregory Anders <greg@gpanders.com> | 2025-01-16 18:33:22 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-16 18:33:22 -0600 |
commit | bf098c12e3078df49fd7dee5ba7c2100a211d4c8 (patch) | |
tree | 2a56e786310ebf7d5752c7b8dbc978eff7186b61 /runtime/doc | |
parent | fb564ddff0b4ec9dad5afa7548777af1c3044273 (diff) | |
parent | 819337a13f73bb9dcd82fd51f81f062bd69ab6db (diff) | |
download | rneovim-bf098c12e3078df49fd7dee5ba7c2100a211d4c8.tar.gz rneovim-bf098c12e3078df49fd7dee5ba7c2100a211d4c8.tar.bz2 rneovim-bf098c12e3078df49fd7dee5ba7c2100a211d4c8.zip |
Merge pull request #32038 from gpanders/push-nsrttwwnsqvm
feat(terminal): add support for kitty keyboard protocol
Diffstat (limited to 'runtime/doc')
-rw-r--r-- | runtime/doc/news.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/runtime/doc/news.txt b/runtime/doc/news.txt index f897220374..33ffeae2bb 100644 --- a/runtime/doc/news.txt +++ b/runtime/doc/news.txt @@ -341,6 +341,9 @@ TERMINAL • |jobstart()| gained the "term" flag. • The |terminal| will send theme update notifications when 'background' is changed and DEC mode 2031 is enabled. +• The |terminal| has experimental support for the Kitty keyboard protocol + (sometimes called "CSI u" key encoding). Only the "Disambiguate escape + codes" mode is currently supported. TREESITTER |