]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.0.0939: still using simplified mappings when using kitty protocol v9.0.0939
authorBram Moolenaar <Bram@vim.org>
Thu, 24 Nov 2022 13:27:36 +0000 (13:27 +0000)
committerBram Moolenaar <Bram@vim.org>
Thu, 24 Nov 2022 13:27:36 +0000 (13:27 +0000)
commit47f1fdc28c6839ec8f5aede631d3a870624767b6
tree1dd79cb5559e0218262250e0b0fd36f99f945854
parent0b228cddc723af0c7ceb1cd73685b0b742f16713
patch 9.0.0939: still using simplified mappings when using kitty protocol

Problem:    Still using simplified mappings when using the kitty keyboard
            protocol.
Solution:   Use the kitty_protocol_state value to decide whether to use
            simplified mappings.  Improve how seenModifyOtherKeys is set and
            reset.
runtime/doc/map.txt
src/getchar.c
src/structs.h
src/term.c
src/version.c