Hello! The sixel glitches I'm seeing so far are here. Attached are two files:
- The jexer jar that produced the output. Rename it to jexer.jar, then run via
java -jar jexer.jar: jexer.zip
- A capture of program output domterm_sixel.txt
What it should look like:

vs:

The issues might touch on:
- CSI 14/16/18 t responses are not lining up with the cell aspect ratio. These are the vertical gaps in the color wheel.
- Jexer emits the images as 1 image per text row, with a few cells at a time. There is no particular ordering. Each image has a cursor position in front of it.
Thank you!
Hello! The sixel glitches I'm seeing so far are here. Attached are two files:
java -jar jexer.jar: jexer.zipWhat it should look like:
vs:
The issues might touch on:
Thank you!