]> granicus.if.org Git - vim/commit
patch 9.0.0655: passing modifier codes to a shell running in the GUI v9.0.0655
authorBram Moolenaar <Bram@vim.org>
Tue, 4 Oct 2022 12:17:31 +0000 (13:17 +0100)
committerBram Moolenaar <Bram@vim.org>
Tue, 4 Oct 2022 12:17:31 +0000 (13:17 +0100)
commit2f7e1b8b40dbc97752b8b816560f752f16e0207a
tree296d75367dc0067b123fdecec6f5aee4e814254a
parentec32c781a282398e3da27f4aec4b03fcd20f8b0d
patch 9.0.0655: passing modifier codes to a shell running in the GUI

Problem:    passing modifier codes to a shell running in the GUI. (Gary
            Johnson)
Solution:   Include modifier codes into the key and drop the modifiers.
src/os_unix.c
src/os_win32.c
src/proto/term.pro
src/term.c
src/version.c