mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-31 07:11:09 -04:00
sixel: do not reset palette after each image
A client can re-use the palette between images. Resetting the palette breaks this. Now we initialize the palette on demand, and resets it when the palette size is changed (by the client).
This commit is contained in:
parent
8524e32bd5
commit
cc5dedc259
4 changed files with 23 additions and 5 deletions
|
|
@ -59,6 +59,8 @@
|
|||
`\E[J3` was executed.
|
||||
* Assert (debug builds) when an `\e]4` OSC escape was not followed by
|
||||
a `;`.
|
||||
* Palette re-use in sixel images. Previously, the palette was reset
|
||||
after each image.
|
||||
|
||||
|
||||
### Security
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue