aboutsummaryrefslogtreecommitdiffstats
path: root/st.info
diff options
context:
space:
mode:
authorRoberto E. Vargas Caballero <k0ga@shike2.com>2012-11-25 22:13:24 +0100
committerRoberto E. Vargas Caballero <k0ga@shike2.com>2012-11-25 22:13:24 +0100
commit7c34ff1703381c4d0c2ea602ddd607597bd32ad5 (patch)
treeb23abcc9e23a9d7817c96ca08381ab19c991f1b5 /st.info
parent3c99be68e8d3c4d67b2db54b8650bf55d769b98e (diff)
downloadst-7c34ff1703381c4d0c2ea602ddd607597bd32ad5.tar.gz
Add support for Supr key
Del : Delete character under cursor. Shift + Del : Delete the line under cursor. Ctrl + Del: Delete the full screen. --- config.def.h | 16 ++++++++++++---- st.info | 2 ++ 2 files changed, 14 insertions(+), 4 deletions(-)
Diffstat (limited to 'st.info')
-rw-r--r--st.info2
1 files changed, 2 insertions, 0 deletions
diff --git a/st.info b/st.info
index 4fc9bdb..9a7edfe 100644
--- a/st.info
+++ b/st.info
@@ -71,6 +71,8 @@ st| simpleterm,
kRIT=\E[1;2C,
kind=\E[1;2B,
kri=\E[1;2A,
+ kclr=\E[3;5~,
+ kdl1=\E[3;2~,
kdch1=\E[3~,
kich1=\E[2~,
kend=\E[4~,
remember that computers suck.