sixel: destroy all sixels when font size is decreased

If changing the font size causes the cell size to decrease, either
horizontally or vertically (or both), then delete all sixels since the
grid space they allocated no longer is enough to hold the images.
This commit is contained in:
Daniel Eklöf 2020-06-29 21:53:29 +02:00
parent 2c4ebec4da
commit 8f5e6e85e0
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
4 changed files with 37 additions and 1 deletions

View file

@ -38,6 +38,7 @@
scrollback.
* Mouse cursor from `hand2` to `left_ptr` when client is capturing the
mouse.
* Sixel images are now removed when the font size is **decreased**.
### Deprecated