aboutsummarylogtreecommitdiffstats
path: root/st.info
diff options
context:
space:
mode:
authorRoberto E. Vargas Caballero2012-11-25 22:13:24 +0100
committerRoberto E. Vargas Caballero2012-11-25 22:13:24 +0100
commitf5f8297382e30184ec4de078bbf62c9257f506fe (patch)
treec3725a3815fcb512e6223a0ad14a964485bee4cc /st.info
parent45dd272bf034033c613beb7247d5b5ae1f9a7576 (diff)
downloadaur-f5f8297382e30184ec4de078bbf62c9257f506fe.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 4fc9bdb7cc30..9a7edfe987db 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~,