]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.0.0996: if 'keyprotocol' is empty "xterm" still uses modifyOtherKeys v9.0.0996
authorBram Moolenaar <Bram@vim.org>
Sat, 3 Dec 2022 00:00:38 +0000 (00:00 +0000)
committerBram Moolenaar <Bram@vim.org>
Sat, 3 Dec 2022 00:00:38 +0000 (00:00 +0000)
commitaf19ec0bfad6b70f3b7898da7f786a348ac01b50
tree34f12db1f2f599ee27b12d8686e37aea05b9b6d2
parent37f088eeade7972bce45b663adaba4bf102a9999
patch 9.0.0996: if 'keyprotocol' is empty "xterm" still uses modifyOtherKeys

Problem:    If 'keyprotocol' is empty "xterm" still uses modifyOtherKeys.
Solution:   Remove t_TI, t_RK and t_TE from the "xterm" builtin termcap and
            let the default value of 'keyprotocol' add those.
src/term.c
src/version.c