aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc
diff options
context:
space:
mode:
authorGregory Anders <greg@gpanders.com>2025-01-16 18:33:22 -0600
committerGitHub <noreply@github.com>2025-01-16 18:33:22 -0600
commitbf098c12e3078df49fd7dee5ba7c2100a211d4c8 (patch)
tree2a56e786310ebf7d5752c7b8dbc978eff7186b61 /runtime/doc
parentfb564ddff0b4ec9dad5afa7548777af1c3044273 (diff)
parent819337a13f73bb9dcd82fd51f81f062bd69ab6db (diff)
downloadrneovim-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.txt3
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