Make useful DEL in application mode

DEL key has to generate the sequence ^[P in application mode,
because such sequence means delete current character. It implies
that the character sent in keypad mode must be ^? (DEL character).
This commit is contained in:
Roberto E. Vargas Caballero
2014-08-18 23:19:58 +02:00
parent 177d888dff
commit 9d9e049eac
2 changed files with 5 additions and 3 deletions

View File

@ -73,7 +73,7 @@ st| simpleterm,
kri=\E[1;2A,
kclr=\E[3;5~,
kdl1=\E[3;2~,
kdch1=\E[3~,
kdch1=\0177,
kich1=\E[2~,
kend=\E[4~,
kf1=\EOP,