mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-05 07:15:30 -04:00
terminfo: add ka1, ka3, kc1 and kc3 (upper/lower left/right keypad keys)
This commit is contained in:
parent
851e99f9a5
commit
9f31cfa764
2 changed files with 6 additions and 0 deletions
|
|
@ -15,6 +15,8 @@
|
||||||
* `Sync` to terminfo. This is a tmux extension that indicates
|
* `Sync` to terminfo. This is a tmux extension that indicates
|
||||||
_"Synchronized Updates"_ are supported.
|
_"Synchronized Updates"_ are supported.
|
||||||
* `--hold` command line option to `footclient`.
|
* `--hold` command line option to `footclient`.
|
||||||
|
* Terminfo entries `ka1`, `ka3`, `kc1` and `kc3` (upper left/right and
|
||||||
|
lower left/right keypad keys).
|
||||||
|
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
|
||||||
|
|
@ -135,8 +135,12 @@ 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,
|
||||||
|
ka1=\EOw,
|
||||||
|
ka3=\EOy,
|
||||||
kb2=\EOu,
|
kb2=\EOu,
|
||||||
kbs=^?,
|
kbs=^?,
|
||||||
|
kc1=\EOq,
|
||||||
|
kc3=\EOs,
|
||||||
kcbt=\E[Z,
|
kcbt=\E[Z,
|
||||||
kcub1=\EOD,
|
kcub1=\EOD,
|
||||||
kcud1=\EOB,
|
kcud1=\EOB,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue