sixel: initialize the color table to colors used by the VT340

This commit is contained in:
Daniel Eklöf 2024-03-15 15:19:43 +01:00
parent dd3bb13d97
commit 60fd4a262c
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
2 changed files with 40 additions and 3 deletions

View file

@ -143,6 +143,10 @@
* Crash when failing to load an xcursor image ([#1624][1624]).
* Crash when resizing a dynamically sized sixel (no raster
attributes), with a non-1:1 aspect ratio.
* The default sixel color table is now initialized to the colors used
by the VT340, instead of not being initialized at all (thus
requiring the sixel escape sequence to explicitly set all colors it
used).
[1531]: https://codeberg.org/dnkl/foot/issues/1531
[1573]: https://codeberg.org/dnkl/foot/issues/1573