terminfo: tighten up the rv/xr regular expressions

This commit is contained in:
Daniel Eklöf 2024-03-29 11:40:47 +01:00
parent 8e79ceba9e
commit 3d0d9036fd
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
2 changed files with 4 additions and 2 deletions

View file

@ -120,6 +120,8 @@
* `1004` (enable focus in/out events) removed from the `XM` terminfo
capability. To enable focus in/out, use the `fe` and `fd`
capabilities instead.
* Tightened the regular expression in the `rv` terminfo capability.
* Tightened the regular expression in the `xr` terminfo capability.
[1526]: https://codeberg.org/dnkl/foot/issues/1526
[1528]: https://codeberg.org/dnkl/foot/issues/1528