JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
Fix value of ka1 terminfo capability
authorRoberto E. Vargas Caballero <k0ga@shike2.com>
Sun, 25 Nov 2012 21:13:13 +0000 (22:13 +0100)
committerRoberto E. Vargas Caballero <k0ga@shike2.com>
Sun, 25 Nov 2012 21:13:13 +0000 (22:13 +0100)
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(-)

st.info

diff --git a/st.info b/st.info
index bb8145b..d0064db 100644 (file)
--- 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~,