term: erase_scrollback(): destroy sixels that touch the scrollback

This commit is contained in:
Daniel Eklöf 2021-07-18 16:31:33 +02:00
parent f65e062ce4
commit e8e9cd5595
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
2 changed files with 55 additions and 13 deletions

View file

@ -74,7 +74,7 @@
very small.
* Reduced memory usage in URL mode.
* Crash when the `E3` escape (`\E[3J`) was executed, and there was a
selection in the scrollback
selection, or sixel image, in the scrollback
(https://codeberg.org/dnkl/foot/issues/633).