forked from aniani/vim
patch 8.2.4876: MS-Windows: Shift-BS results in strange char in powershell
Problem: MS-Windows: Shift-BS results in strange character in powershell. Solution: Add K_S_BS. (Christian Brabandt, closes #10283, closes #10279)
This commit is contained in:
committed by
Bram Moolenaar
parent
40fd7e6652
commit
dfbdadce44
@@ -688,6 +688,7 @@ static struct builtin_term builtin_termcaps[] =
|
||||
{K_K8, "\316\372"},
|
||||
{K_K9, "\316\376"},
|
||||
{K_BS, "\316x"},
|
||||
{K_S_BS, "\316y"},
|
||||
# endif
|
||||
|
||||
# if defined(VMS) || defined(ALL_BUILTIN_TCAPS)
|
||||
|
Reference in New Issue
Block a user