mfontanini / presenterm

A markdown terminal slideshow tool
https://mfontanini.github.io/presenterm/
BSD 2-Clause "Simplified" License
1.33k stars 32 forks source link

Print an image as background for modals when using kitty #158

Closed mfontanini closed 9 months ago

mfontanini commented 9 months ago

This creates a background image for every modal when using kitty. This is necessary as kitty does not use a "last write wins" policy when writing images over text, so without this the modals show up behind images in slides.

Fixes #153