mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-08 08:20:59 -04:00
terminfo: kb2 (center keypad key) should be \EOu, not \EOE
This commit is contained in:
parent
644c8ef879
commit
851e99f9a5
2 changed files with 3 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue