forked from aniani/vim
patch 8.1.1096: MS-Windows: cannot distinguish BS and CTRL-H
Problem: MS-Windows: cannot distinguish BS and CTRL-H. Solution: Add code for VK_BACK. (Linwei, closes #1833)
This commit is contained in:
@@ -663,6 +663,7 @@ static struct builtin_term builtin_termcaps[] =
|
||||
{K_K7, "\316\366"},
|
||||
{K_K8, "\316\372"},
|
||||
{K_K9, "\316\376"},
|
||||
{K_BS, "\316x"},
|
||||
# endif
|
||||
|
||||
# if defined(VMS) || defined(ALL_BUILTIN_TCAPS)
|
||||
|
Reference in New Issue
Block a user