this should fix the backspace issue in mg.

This commit is contained in:
Sir Garbagetruck 2017-03-16 23:05:18 +02:00
parent f1efce1f9c
commit de22e6776e
2 changed files with 4 additions and 5 deletions

View file

@ -53,7 +53,7 @@ st| simpleterm,
ka3=\E[5~,
kc1=\E[4~,
kc3=\E[6~,
kbs=\177,
kbs=\010,
kcbt=\E[Z,
kb2=\EOu,
kcub1=\EOD,
@ -73,7 +73,7 @@ st| simpleterm,
kri=\E[1;2A,
kclr=\E[3;5~,
kdl1=\E[3;2~,
kdch1=\E[3~,
kdch1=\177~,
kich1=\E[2~,
kend=\E[4~,
kf1=\EOP,