aboutsummaryrefslogtreecommitdiff
path: root/st.info
diff options
context:
space:
mode:
authorChristoph Lohmann <20h@r-36.net>2015-03-10 00:00:44 +0100
committerChristoph Lohmann <20h@r-36.net>2015-03-10 00:00:44 +0100
commit230d0c8428456603ce3629dac75c46abc4c9f016 (patch)
treeb188ba0305e344a6de7f373a58a8e29adf02294b /st.info
parentb0bddc694a79dd24edb8f997acadecbff356a9e0 (diff)
downloadst-patched-230d0c8428456603ce3629dac75c46abc4c9f016.tar.bz2
st-patched-230d0c8428456603ce3629dac75c46abc4c9f016.tar.xz
st-patched-230d0c8428456603ce3629dac75c46abc4c9f016.zip
Finally resolving the backspace problem.
The majority now using the Linux behaviour. Minorities have to live in their ghettos.
Diffstat (limited to 'st.info')
-rw-r--r--st.info4
1 files changed, 2 insertions, 2 deletions
diff --git a/st.info b/st.info
index b91812f..2acd8b2 100644
--- a/st.info
+++ b/st.info
@@ -53,7 +53,7 @@ st| simpleterm,
53 ka3=\E[5~, 53 ka3=\E[5~,
54 kc1=\E[4~, 54 kc1=\E[4~,
55 kc3=\E[6~, 55 kc3=\E[6~,
56 kbs=\010, 56 kbs=\177,
57 kcbt=\E[Z, 57 kcbt=\E[Z,
58 kb2=\EOu, 58 kb2=\EOu,
59 kcub1=\EOD, 59 kcub1=\EOD,
@@ -73,7 +73,7 @@ st| simpleterm,
73 kri=\E[1;2A, 73 kri=\E[1;2A,
74 kclr=\E[3;5~, 74 kclr=\E[3;5~,
75 kdl1=\E[3;2~, 75 kdl1=\E[3;2~,
76 kdch1=\177, 76 kdch1=\E[3~,
77 kich1=\E[2~, 77 kich1=\E[2~,
78 kend=\E[4~, 78 kend=\E[4~,
79 kf1=\EOP, 79 kf1=\EOP,