all repos — st @ e7904128c61f96b2adbed6e946964053c70e3d4e

st (suckless terminal) config

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(-)
Roberto E. Vargas Caballero k0ga@shike2.com
commit

e7904128c61f96b2adbed6e946964053c70e3d4e

parent

61b20f4bc1eae90fd9d5f3582252d6181ee21b4f

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M st.infost.info

@@ -49,7 +49,7 @@ indn=\E[%p1%dS,

invis=\E[8m, is2=\E[4l\E>, it#8, - ka1=\E[E, + ka1=\E[1~, ka3=\E[5~, kc1=\E[4~, kc3=\E[6~,