mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-08 08:20:59 -04:00
sixel: improve handling of images when reflowing the grids
Update the sixels' 'row' attribute when re-flowing a grid, to ensure it is rendered at the correct place. This should work in most cases, but will break when the cell size has changed (e.g. font size increase/decrease, or a DPI change). This patch also moves the sixel image list from the terminal struct into the grid struct. The sixels are per-grid after all.
This commit is contained in:
parent
62a5805d4b
commit
d482bf0a30
7 changed files with 69 additions and 42 deletions
|
|
@ -17,6 +17,7 @@
|
|||
### Fixed
|
||||
* Window size doubling when moving window between outputs with
|
||||
different scaling factors (https://codeberg.org/dnkl/foot/issues/3).
|
||||
* Sixel images moved or deleted on window resize.
|
||||
|
||||
### Security
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue