aboutsummaryrefslogtreecommitdiff
path: root/st.info
diff options
context:
space:
mode:
authorRoberto E. Vargas Caballero <k0ga@shike2.com>2014-08-18 23:19:58 +0200
committerRoberto E. Vargas Caballero <k0ga@shike2.com>2014-08-19 12:57:43 +0200
commit9d9e049eac3dacb2725f9d792f7cdd2230062313 (patch)
tree261496d412087a1ea40bb678a26b8af28bf6d88b /st.info
parent177d888dff2fdf987dfa7fc3eb8495fa107879ad (diff)
downloadst-patched-9d9e049eac3dacb2725f9d792f7cdd2230062313.tar.bz2
st-patched-9d9e049eac3dacb2725f9d792f7cdd2230062313.tar.xz
st-patched-9d9e049eac3dacb2725f9d792f7cdd2230062313.zip
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,
73 kri=\E[1;2A, 73 kri=\E[1;2A,
74 kclr=\E[3;5~, 74 kclr=\E[3;5~,
75 kdl1=\E[3;2~, 75 kdl1=\E[3;2~,
76 kdch1=\E[3~, 76 kdch1=\0177,
77 kich1=\E[2~, 77 kich1=\E[2~,
78 kend=\E[4~, 78 kend=\E[4~,
79 kf1=\EOP, 79 kf1=\EOP,