]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.1027: GUI: multi-byte characters do not work in a terminal v8.2.1027
authorBram Moolenaar <Bram@vim.org>
Sun, 21 Jun 2020 13:09:14 +0000 (15:09 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 21 Jun 2020 13:09:14 +0000 (15:09 +0200)
commit820ffa567c5a4bc0d3517c79c91d63d8062c358e
tree53ad1c5ef5ed6de0a4f1f8f66dada6a96f52fd23
parenta3b7fdc1bb227897f41b8f2958a48d0a26292ff7
patch 8.2.1027: GUI: multi-byte characters do not work in a terminal

Problem:    GUI: multi-byte characters do not work in a terminal.
Solution:   Do not assume a key is one byte. (closes #6304)
src/gui_gtk_x11.c
src/gui_x11.c
src/version.c