mdp / qrterminal

QR Codes in your terminal
MIT License
440 stars 53 forks source link

Sixel support fails in Xterm #31

Open mdp opened 7 months ago

mdp commented 7 months ago

Not actually sure if this is an issue with Xterm sixel support, or the detection, but in XTerm I'm getting back a blank line for the sixel version. Need to investigate more.

mdp commented 7 months ago

image Looks like it's an issue with detection. Running it with -ti 340 (VT 340) properly support sixel, but the default xterm (VT100 I think) does not, however qrterminal is detecting it as supported.

lx200916 commented 7 months ago

That's wired, seems like something wrong with VT communication. Let me check it...