]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.0.0976: enabling the kitty keyboard protocol uses push/pop v9.0.0976
authorBram Moolenaar <Bram@vim.org>
Wed, 30 Nov 2022 10:23:17 +0000 (10:23 +0000)
committerBram Moolenaar <Bram@vim.org>
Wed, 30 Nov 2022 10:23:17 +0000 (10:23 +0000)
commita87749e3eae3f918b6678f45cf975f0cf06d3e97
treee4687518fb9a8e34d74e4c95b403c0c2011be780
parent7c02ad9f8906b576e53a62342c68ae557f67bacc
patch 9.0.0976: enabling the kitty keyboard protocol uses push/pop

Problem:    Enabling the kitty keyboard protocol uses push/pop.
Solution:   Use the start/stop codes to avoid unpredictable behavior.
runtime/doc/options.txt
src/term.c
src/version.c