config: add alpha_mode option

This commit is contained in:
Fazzi 2023-10-09 18:47:09 +01:00 committed by Daniel Eklöf
parent 9a6227acb3
commit 5f83278afd
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
5 changed files with 38 additions and 0 deletions

View file

@ -788,6 +788,9 @@
### Added
* `alpha-mode` option to `foot.ini`. Defaults to `default`. This
config changes how alpha is handled on background colours not set by
the terminal.(e.g. vim) ([#1510](1510))
* Support for building with _wayland-protocols_ as a subproject.
* Mouse wheel scrolls can now be used in `mouse-bindings`
([#1077][1077]).