Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

report sixel capability #35

Merged
merged 1 commit into from
Apr 18, 2022
Merged

report sixel capability #35

merged 1 commit into from
Apr 18, 2022

Conversation

srlehn
Copy link

@srlehn srlehn commented Apr 18, 2022

fixes #34, fixes hackerb9/lsix#56

the "4" signals (depending on the first number) that this terminal is capable of displaying sixel graphics.
"6" or now "63" tells what kind of terminal it is.

https://www.xfree86.org/current/ctlseqs.html
https://terminalguide.namepad.de/seq/csi_sc/
https://vt100.net/docs/vt510-rm/DA1.html

for comparison:
mlterm replies with: "\033[?63;1;2;3;4;6;7;15;18;22;29c"
xterm (with sixel support enabled): "\033[?63;1;2;4;6;9;15;16;22;28c"

@siduck siduck merged commit ec780b1 into siduck:sixel Apr 18, 2022
@elerch elerch mentioned this pull request Nov 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants