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
no longer erases the entire image, only the part(s) covered by the
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