terminfo: kb2 (center keypad key) should be \EOu, not \EOE

This commit is contained in:
Daniel Eklöf 2020-06-27 19:38:53 +02:00
parent 644c8ef879
commit 851e99f9a5
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
2 changed files with 3 additions and 1 deletions

View file

@ -72,6 +72,8 @@
* Text printed, or other sixel images drawn, on top of a sixel image * Text printed, or other sixel images drawn, on top of a sixel image
no longer erases the entire image, only the part(s) covered by the no longer erases the entire image, only the part(s) covered by the
new text or image. new text or image.
* Terminfo entry `kb2` (center keypad key); it is now set to `\EOu`
(which is what foot emits) instead of the incorrect value `\EOE`.
### Security ### Security

View file

@ -135,7 +135,7 @@ foot+base|foot base fragment,
kUP6=\E[1;6A, kUP6=\E[1;6A,
kUP7=\E[1;7A, kUP7=\E[1;7A,
kUP=\E[1;2A, kUP=\E[1;2A,
kb2=\EOE, kb2=\EOu,
kbs=^?, kbs=^?,
kcbt=\E[Z, kcbt=\E[Z,
kcub1=\EOD, kcub1=\EOD,