]> granicus.if.org Git - vim/commit
patch 9.0.0813: Kitty terminal is not recognized v9.0.0813 v9.0.0814
authorBram Moolenaar <Bram@vim.org>
Fri, 21 Oct 2022 13:17:24 +0000 (14:17 +0100)
committerBram Moolenaar <Bram@vim.org>
Fri, 21 Oct 2022 13:17:24 +0000 (14:17 +0100)
commit4bc85f23ed2cf1fab20597ff15cefa675ea5e2c6
tree31ecb2d1c475e02f8808b29316c47d0f4feab3f9
parent7fa02bcb3b8011961995e617423a6f8f531b6e4d
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
src/term.c
src/testdir/test_termcodes.vim
src/version.c