osc: add support for URxvt extension to include alpha in OSC-11

There are two variants, either using a ‘[percent]’ prefix for legacy
colors, or using ‘rgba:r/g/b/a’ instead of ‘rgb:r/g/b’.

Closes #436
This commit is contained in:
Daniel Eklöf 2021-04-05 22:05:50 +02:00
parent 0af7916fcc
commit ed41bffc28
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
2 changed files with 105 additions and 24 deletions

View file

@ -27,6 +27,11 @@
## Unreleased
### Added
* Support for URxvt OSC-11 extension to set background alpha
(https://codeberg.org/dnkl/foot/issues/436).
### Changed
### Deprecated
### Removed