From 4bc85f23ed2cf1fab20597ff15cefa675ea5e2c6 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Fri, 21 Oct 2022 14:17:24 +0100 Subject: patch 9.0.0813: Kitty terminal is not recognized 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) --- runtime/doc/builtin.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'runtime/doc/builtin.txt') 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 -- cgit v1.2.3