]> granicus.if.org Git - vim/commit
patch 9.0.1073: using "xterm-kitty" for 'term' causes problems v9.0.1073
authorBram Moolenaar <Bram@vim.org>
Sun, 18 Dec 2022 17:47:18 +0000 (17:47 +0000)
committerBram Moolenaar <Bram@vim.org>
Sun, 18 Dec 2022 17:47:18 +0000 (17:47 +0000)
commit731d00770d9006e7dab6a66e2ea86603ed5ef212
treee18f2f17ad124db6633f0da5fc386a26cd908838
parentba2d19193201277397c25c1f5a134ea042542555
patch 9.0.1073: using "xterm-kitty" for 'term' causes problems

Problem:    Using "xterm-kitty" for 'term' causes problems.
Solution:   Remove the "xterm-" part when 'term' is set from $TERM.  Detect a
            few kitty-specific properties based on the version response
            instead of the terminal name.
runtime/doc/term.txt
src/term.c
src/version.c