]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.0.0930: cannot debug the Kitty keyboard protocol with TermDebug v9.0.0930
authorBram Moolenaar <Bram@vim.org>
Wed, 23 Nov 2022 20:20:18 +0000 (20:20 +0000)
committerBram Moolenaar <Bram@vim.org>
Wed, 23 Nov 2022 20:20:18 +0000 (20:20 +0000)
commit63a2e360cca2c70ab0a85d14771d3259d4b3aafa
tree9f0d9131e530cf658c2b7bf05e16539a1ebb0a28
parent0b6d6a186e961faa5b9058406234ffd93a7e6688
patch 9.0.0930: cannot debug the Kitty keyboard protocol with TermDebug

Problem:    Cannot debug the Kitty keyboard protocol with TermDebug.
Solution:   Add Kitty keyboard protocol support to the libvterm fork.
            Recognize the escape sequences that the protocol generates.  Add
            the 'keyprotocol' option to allow the user to specify for which
            terminal what protocol is to be used, instead of hard-coding this.
            Add recognizing the kitty keyboard protocol status.
22 files changed:
runtime/doc/map.txt
runtime/doc/options.txt
runtime/doc/quickref.txt
src/edit.c
src/globals.h
src/libvterm/include/vterm.h
src/libvterm/src/keyboard.c
src/libvterm/src/state.c
src/libvterm/src/vterm_internal.h
src/map.c
src/normal.c
src/option.h
src/optiondefs.h
src/optionstr.c
src/os_unix.c
src/proto/term.pro
src/term.c
src/terminal.c
src/testdir/gen_opt_test.vim
src/testdir/keycode_check.json
src/version.c
src/vim.h