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:
parent
177d888dff
commit
9d9e049eac
2 changed files with 5 additions and 3 deletions
2
st.info
2
st.info
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue