]> granicus.if.org Git - vim/commit
patch 9.0.1065: a shell command switching screens may still have a problem v9.0.1065
authorBram Moolenaar <Bram@vim.org>
Fri, 16 Dec 2022 18:33:20 +0000 (18:33 +0000)
committerBram Moolenaar <Bram@vim.org>
Fri, 16 Dec 2022 18:33:20 +0000 (18:33 +0000)
commit9d1184cd1d4ebbfb13859adffec09077a84fd2b2
tree63c05b85a2a65b1ceca9f1f66127c28b239d4bb5
parent9aee8ec400fe617f6d82441c46a22d0cef6fa3e6
patch 9.0.1065: a shell command switching screens may still have a problem

Problem:    A shell command switching screens may still have a problem with
            the kitty keyboard protocol.
Solution:   Disable the kitty keyboard protocol both in the current and the
            alternate screen, if there are indications it might be needed.
            (issue #11705)  Also fix naming.
src/globals.h
src/map.c
src/term.c
src/version.c