1
0
forked from aniani/vim

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)
This commit is contained in:
Bram Moolenaar
2022-10-21 14:17:24 +01:00
parent 7fa02bcb3b
commit 4bc85f23ed
4 changed files with 64 additions and 12 deletions

View File

@@ -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