aboutsummarylogtreecommitdiffstats
path: root/st.info
diff options
context:
space:
mode:
authorRoberto E. Vargas Caballero2012-11-25 22:13:13 +0100
committerRoberto E. Vargas Caballero2012-11-25 22:13:13 +0100
commitaaed061c249100a9f8a3c2b03971eefe72d522a2 (patch)
treefcac44a5021a96e4ad113eb4921c0486109999ba /st.info
parentacfbeb1fc06ab27a527edfdebf02e54fb777b805 (diff)
downloadaur-aaed061c249100a9f8a3c2b03971eefe72d522a2.tar.gz
Fix value of ka1 terminfo capability
ka1 stands for upper left of keypad, so the correct value is the one generated by Home in application keypad mode. --- st.info | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Diffstat (limited to 'st.info')
-rw-r--r--st.info2
1 files changed, 1 insertions, 1 deletions
diff --git a/st.info b/st.info
index bb8145b46807..d0064db4dc83 100644
--- a/st.info
+++ b/st.info
@@ -49,7 +49,7 @@ st| simpleterm,
invis=\E[8m,
is2=\E[4l\E>,
it#8,
- ka1=\E[E,
+ ka1=\E[1~,
ka3=\E[5~,
kc1=\E[4~,
kc3=\E[6~,