reflow: ensure sixels are correctly sorted when re-inserted

And make sure to remove re-inserted sixels that has wrapped around the
scrollback (this may happen when the window size decreases).
This commit is contained in:
Daniel Eklöf 2020-06-29 21:59:40 +02:00
parent 6ee76c21f2
commit a136987678
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
2 changed files with 63 additions and 32 deletions

View file

@ -78,6 +78,7 @@
no longer erases the entire image, only the part(s) covered by the
new text or image.
* Sixel images being erased when printing text next to them.
* Sixel handling when resizing window.
### Security