1
0
forked from aniani/vim

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)
This commit is contained in:
Bram Moolenaar
2020-06-21 15:09:14 +02:00
parent a3b7fdc1bb
commit 820ffa567c
3 changed files with 12 additions and 6 deletions

View File

@@ -754,6 +754,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1027,
/**/
1026,
/**/