aboutsummaryrefslogtreecommitdiff
path: root/st.info
diff options
context:
space:
mode:
authorRoberto E. Vargas Caballero <k0ga@shike2.com>2012-11-25 22:13:13 +0100
committerRoberto E. Vargas Caballero <k0ga@shike2.com>2012-11-25 22:13:13 +0100
commite7904128c61f96b2adbed6e946964053c70e3d4e (patch)
treeb8fd64a92e5f0221d429df457f85d1b3eb4b7603 /st.info
parent61b20f4bc1eae90fd9d5f3582252d6181ee21b4f (diff)
downloadst-patched-e7904128c61f96b2adbed6e946964053c70e3d4e.tar.bz2
st-patched-e7904128c61f96b2adbed6e946964053c70e3d4e.tar.xz
st-patched-e7904128c61f96b2adbed6e946964053c70e3d4e.zip
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 bb8145b..d0064db 100644
--- a/st.info
+++ b/st.info
@@ -49,7 +49,7 @@ st| simpleterm,
49 invis=\E[8m, 49 invis=\E[8m,
50 is2=\E[4l\E>, 50 is2=\E[4l\E>,
51 it#8, 51 it#8,
52 ka1=\E[E, 52 ka1=\E[1~,
53 ka3=\E[5~, 53 ka3=\E[5~,
54 kc1=\E[4~, 54 kc1=\E[4~,
55 kc3=\E[6~, 55 kc3=\E[6~,