aboutsummaryrefslogtreecommitdiffhomepage
path: root/st.info
diff options
context:
space:
mode:
authorGravatar Roberto E. Vargas Caballero <k0ga@shike2.com>2014-08-18 23:19:58 +0200
committerGravatar Roberto E. Vargas Caballero <k0ga@shike2.com>2014-08-19 12:57:43 +0200
commit9d9e049eac3dacb2725f9d792f7cdd2230062313 (patch)
tree261496d412087a1ea40bb678a26b8af28bf6d88b /st.info
parent177d888dff2fdf987dfa7fc3eb8495fa107879ad (diff)
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).
Diffstat (limited to 'st.info')
-rw-r--r--st.info2
1 files changed, 1 insertions, 1 deletions
diff --git a/st.info b/st.info
index 7b4e4f6..3b754db 100644
--- a/st.info
+++ b/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,