]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.0.0973: Kitty keyboard protocol key with NumLock not decoded v9.0.0973
authorBram Moolenaar <Bram@vim.org>
Tue, 29 Nov 2022 18:32:32 +0000 (18:32 +0000)
committerBram Moolenaar <Bram@vim.org>
Tue, 29 Nov 2022 18:32:32 +0000 (18:32 +0000)
commit064fd67e6a0283bb24732146fd20c92b6dbf47bf
treebd178c620a22aa5d6cea9b0555fc916eda2b4b63
parent4e6072b8d3e7ad85d2ca010c9172c2bdcdc62f44
patch 9.0.0973: Kitty keyboard protocol key with NumLock not decoded

Problem:    Kitty keyboard protocol key not decoded when it has an unsupported
            modifier, such as NumLock.
Solution:   Accept a key with any modifier. (closes #11638)
src/term.c
src/testdir/test_termcodes.vim
src/version.c