diff src/term.c @ 16182:bed0d7200635 v8.1.1096

patch 8.1.1096: MS-Windows: cannot distinguish BS and CTRL-H commit https://github.com/vim/vim/commit/b70a47b77414273755c541f1378ca50966e5ef16 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Mar 30 22:11:21 2019 +0100 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 https://github.com/vim/vim/issues/1833)
author Bram Moolenaar <Bram@vim.org>
date Sat, 30 Mar 2019 22:15:04 +0100
parents 012f03e583e2
children ce6de8dab779
line wrap: on
line diff
--- a/src/term.c
+++ b/src/term.c
@@ -663,6 +663,7 @@ static struct builtin_term builtin_termc
     {K_K7,		"\316\366"},
     {K_K8,		"\316\372"},
     {K_K9,		"\316\376"},
+    {K_BS,		"\316x"},
 # endif
 
 # if defined(VMS) || defined(ALL_BUILTIN_TCAPS)