aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Johannes Postma <jgmpostma@gmail.com>2015-03-05 15:52:51 +0000
committerGravatar Roberto E. Vargas Caballero <k0ga@shike2.com>2015-03-07 18:21:19 +0000
commit487bbb24d02190efa3d18093cadfa376f816d7fa (patch)
tree1cea664e3b668fb36c338a92d682491ed4289de5
parent29619a1a35175fd79a743ed006af405ea586a0fd (diff)
Update kdch1 definition to three octal digits.
ncurses wasn't able to detect the delete-character key as KEY_DC. This patch fixes that. kdch1 was defined as "\0177", but terminfo(5) states: ... characters may be given as three octal digits after a \. The delete-character key is correctly defined in config.def.h.
-rw-r--r--st.info2
1 files changed, 1 insertions, 1 deletions
diff --git a/st.info b/st.info
index 99c066d..b91812f 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=\0177,
+ kdch1=\177,
kich1=\E[2~,
kend=\E[4~,
kf1=\EOP,