summaryrefslogtreecommitdiffstats
path: root/runtime/doc/builtin.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2022-10-21 14:17:24 +0100
committerBram Moolenaar <Bram@vim.org>2022-10-21 14:17:24 +0100
commit4bc85f23ed2cf1fab20597ff15cefa675ea5e2c6 (patch)
tree31ecb2d1c475e02f8808b29316c47d0f4feab3f9 /runtime/doc/builtin.txt
parent7fa02bcb3b8011961995e617423a6f8f531b6e4d (diff)
patch 9.0.0813: Kitty terminal is not recognizedv9.0.0813
Problem: Kitty terminal is not recognized. Solution: Recognize Kitty by the termresponse and then do not set seenModifyOtherKeys, since Kitty doesn't support that. (issue #11413)
Diffstat (limited to 'runtime/doc/builtin.txt')
-rw-r--r--runtime/doc/builtin.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/doc/builtin.txt b/runtime/doc/builtin.txt
index 5cb0bd9506..bf0ae85640 100644
--- a/runtime/doc/builtin.txt
+++ b/runtime/doc/builtin.txt
@@ -9670,6 +9670,7 @@ terminalprops() *terminalprops()*
cursor_blink_mode whether sending |t_RC| works **
underline_rgb whether |t_8u| works **
mouse mouse type supported
+ kitty whether Kitty terminal was detected
** value 'u' for unknown, 'y' for yes, 'n' for no