From 7c34ff1703381c4d0c2ea602ddd607597bd32ad5 Mon Sep 17 00:00:00 2001 From: "Roberto E. Vargas Caballero" Date: Sun, 25 Nov 2012 22:13:24 +0100 Subject: 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(-) --- st.info | 2 ++ 1 file changed, 2 insertions(+) (limited to 'st.info') 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~, -- cgit v1.2.3