mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-11 05:33:55 -04:00
sixel: max geometry should be max geometry, not current window size
“current geometry” will report whatever value is the smallest; the max geometry or the current window size. But “max geometry” always returns the configured max geometry. This aligns foot’s behavior with XTerm.
This commit is contained in:
parent
29709c6966
commit
6eb68ffbd9
2 changed files with 4 additions and 2 deletions
|
|
@ -89,6 +89,8 @@
|
|||
background color for empty pixels instead of the default background
|
||||
color (https://codeberg.org/dnkl/foot/issues/391).
|
||||
* Sixel decoding optimized; up to 100% faster in some cases.
|
||||
* Reported sixel “max geometry” from current window size, to the
|
||||
configured maximum size (defaulting to 10000x10000).
|
||||
|
||||
|
||||
### Deprecated
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue