]> granicus.if.org Git - vim/commit
patch 8.2.0835: Motif: mapping <C-bslash> still doesn't work v8.2.0835
authorBram Moolenaar <Bram@vim.org>
Thu, 28 May 2020 19:03:53 +0000 (21:03 +0200)
committerBram Moolenaar <Bram@vim.org>
Thu, 28 May 2020 19:03:53 +0000 (21:03 +0200)
commitc998370562425e70f4cf202a87112d638f5f7b38
tree315f060fadcc025a0201bf7bd2432e1221000f32
parent3f65c66df95445ef84f98de007c9b70ce23f54a0
patch 8.2.0835: Motif: mapping <C-bslash> still doesn't work

Problem:    Motif: mapping <C-bslash> still doesn't work.
Solution:   Accept CSI for K_SPECIAL.  Do not apply CTRL to the character
            early.  (closes #6150)
src/getchar.c
src/gui_x11.c
src/version.c