From 9d9e049eac3dacb2725f9d792f7cdd2230062313 Mon Sep 17 00:00:00 2001 From: "Roberto E. Vargas Caballero" Date: Mon, 18 Aug 2014 23:19:58 +0200 Subject: 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). --- st.info | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'st.info') diff --git a/st.info b/st.info index 7b4e4f6..3b754db 100644 --- a/st.info +++ b/st.info @@ -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, -- cgit v1.2.3