diff options
author | Christoph Lohmann <20h@r-36.net> | 2015-03-10 00:00:44 +0100 |
---|---|---|
committer | Christoph Lohmann <20h@r-36.net> | 2015-03-10 00:00:44 +0100 |
commit | 230d0c8428456603ce3629dac75c46abc4c9f016 (patch) | |
tree | b188ba0305e344a6de7f373a58a8e29adf02294b /st.info | |
parent | b0bddc694a79dd24edb8f997acadecbff356a9e0 (diff) |
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.info | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -53,7 +53,7 @@ st| simpleterm, ka3=\E[5~, kc1=\E[4~, kc3=\E[6~, - kbs=\010, + kbs=\177, kcbt=\E[Z, kb2=\EOu, kcub1=\EOD, @@ -73,7 +73,7 @@ st| simpleterm, kri=\E[1;2A, kclr=\E[3;5~, kdl1=\E[3;2~, - kdch1=\177, + kdch1=\E[3~, kich1=\E[2~, kend=\E[4~, kf1=\EOP, |