Skip to content

Initialize sixel mode even when missing Raster attributes Ph and Pv

Matan Ziv-Av requested to merge matan/konsole:sixel-fix into master

Use default Ph=8, Pv=6. Without this, some sixel commands (ususally the color table initialization) are not processed.

Imagemagick and libsixel always define Ph and Pv, but other encoders, such as https://github.com/mattn/go-sixel do not.

Merge request reports