mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-06 07:15:30 -04:00
sixel: resize: truncate instead of failing, when new size exceeds max size
If the size we’re trying to set exceeds the configured max size, truncate instead of failing.
This commit is contained in:
parent
8ca0eaa94c
commit
9150507209
2 changed files with 21 additions and 13 deletions
|
|
@ -120,6 +120,8 @@
|
|||
(https://codeberg.org/dnkl/foot/issues/883).
|
||||
* Bash completion giving an error when completing a list of short
|
||||
options
|
||||
* Sixel: large image resizes (triggered by e.g. large repeat counts in
|
||||
`DECGRI`) are now truncated instead of ignored.
|
||||
|
||||
|
||||
### Security
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue