]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.1335: CTRL-C in the GUI doesn't interrupt v8.2.1335
authorBram Moolenaar <Bram@vim.org>
Sat, 1 Aug 2020 11:10:14 +0000 (13:10 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 1 Aug 2020 11:10:14 +0000 (13:10 +0200)
commit4e1d8bd79b87b120bd40afe0eba54a419f8c3aee
tree607aae6414e535150f3e7f385e5519a6da063c25
parentb53da7918c643ef4de1256c37bc8b92413e6dcec
patch 8.2.1335: CTRL-C in the GUI doesn't interrupt

Problem:    CTRL-C in the GUI doesn't interrupt. (Sergey Vlasov)
Solution:   Recognize "C" with CTRL modifier as CTRL-C. (issue #6565)
src/gui.c
src/gui_gtk_x11.c
src/gui_photon.c
src/gui_x11.c
src/proto/gui.pro
src/version.c