cdepillabout / termonad

Terminal emulator configurable in Haskell.
https://hackage.haskell.org/package/termonad
BSD 3-Clause "New" or "Revised" License
401 stars 49 forks source link

Add enableSixel #219

Closed junjihashimoto closed 2 years ago

junjihashimoto commented 2 years ago

Hi, this pr adds the option of enable-sixel. However, even if the option is enabled, the image of sixel is not shown. The vte supporting sixel may not be released. https://gitlab.gnome.org/GNOME/vte/-/issues/253

cdepillabout commented 2 years ago

Thanks! Let me fix a few things and I'll merge this in!

cdepillabout commented 2 years ago

Released as https://hackage.haskell.org/package/termonad-4.3.0.0

junjihashimoto commented 2 years ago

Thank you for the quick update and merge!