terminfo: sync with ncurses 2023-01-14

* RV/rv: report DA2
* XR/xr: report version (XTVERSION)
* XF: boolean, focus in/out events available
This commit is contained in:
Daniel Eklöf 2023-01-15 14:00:06 +01:00
parent 09f3475ad1
commit d1220aebfd
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
2 changed files with 11 additions and 3 deletions

View file

@ -58,6 +58,9 @@
([#1188][1188]).
* Bracketed paste terminfo entries (`BD`, `BE`, `PE` and `PS`, added
to ncurses in 2022-12-24). Vim makes use of these.
* “Report version” terminfo entries (`XR`/`xr`).
* “Report DA2” terminfo entries (`RV`/`rv`).
* `XF` terminfo capability (focus in/out events available).
[1136]: https://codeberg.org/dnkl/foot/issues/1136
[1225]: https://codeberg.org/dnkl/foot/issues/1225