diff options
author | Roberto E. Vargas Caballero <k0ga@shike2.com> | 2014-08-18 23:19:58 +0200 |
---|---|---|
committer | Roberto E. Vargas Caballero <k0ga@shike2.com> | 2014-08-19 12:57:43 +0200 |
commit | 9d9e049eac3dacb2725f9d792f7cdd2230062313 (patch) | |
tree | 261496d412087a1ea40bb678a26b8af28bf6d88b /st.info | |
parent | 177d888dff2fdf987dfa7fc3eb8495fa107879ad (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.info | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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, |