diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d256668..8137ceb1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/foot.info b/foot.info index 630e1031..d55f358c 100644 --- a/foot.info +++ b/foot.info @@ -135,7 +135,7 @@ foot+base|foot base fragment, kUP6=\E[1;6A, kUP7=\E[1;7A, kUP=\E[1;2A, - kb2=\EOE, + kb2=\EOu, kbs=^?, kcbt=\E[Z, kcub1=\EOD,