mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-09 08:21:01 -04:00
sixel: DECGRI (repeat) with a count of 0 should emit a single sixel
This commit is contained in:
parent
9150507209
commit
9e8d553a21
2 changed files with 4 additions and 1 deletions
|
|
@ -112,7 +112,7 @@
|
|||
characters (e.g. emojis).
|
||||
* Rendering of CSD borders when `csd.border-width > 0` and desktop
|
||||
scaling has been enabled.
|
||||
* Failure to launch when `exec(3)’:ed with an empty argv.
|
||||
* Failure to launch when `exec(3)`:ed with an empty argv.
|
||||
* Pasting from the primary clipboard (mouse middle clicking) did not
|
||||
reset the scrollback view to the bottom.
|
||||
* Wrong mouse binding triggered when doing two mouse selections in
|
||||
|
|
@ -122,6 +122,7 @@
|
|||
options
|
||||
* Sixel: large image resizes (triggered by e.g. large repeat counts in
|
||||
`DECGRI`) are now truncated instead of ignored.
|
||||
* Sixel: a repeat count of 0 in `DECGRI` now emits a single sixel.
|
||||
|
||||
|
||||
### Security
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue