Skip to content

Sixel glitches #109

Description

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:

domterm_sixel_xterm

vs:

domterm_sixel_domterm

The issues might touch on:

  1. CSI 14/16/18 t responses are not lining up with the cell aspect ratio. These are the vertical gaps in the color wheel.
  2. 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!

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions