changelog: terminfo changes

This commit is contained in:
Daniel Eklöf 2021-08-30 20:31:28 +02:00
parent fe0b348f89
commit 83c8eeb575
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -33,6 +33,17 @@
## Unreleased
### Added
### Changed
* `-Ddefault-terminfo` is now also applied to the generated terminfo
definitions when `-Dterminfo=enabled`.
* `-Dcustom-terminfo-install-location` no longer accepts `no` as a
special value, to disable exporting `TERMINFO`. To achieve the same
result, simply dont set it at all. If it _is_ set, `TERMINFO` is
still exported, like before.
* The default install location for the terminfo definitions have been
changed back to `${datadir}/terminfo`.
### Deprecated
### Removed
### Fixed