-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
How to verify if tmux are compiled with sixel support? #4104
Comments
Send DA and see if it responds with capability 4. |
What do you mean by "DA"? |
|
it responds:
what does it mean? |
The 4 means SIXEL is supported by this build. |
This issue has been automatically locked since there has not been any recent activity after it was closed. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Issue description
I tried to display an image from ssh connection, but it shows only
+
symbolI see that tmux support sixel on this site, but I'm not sure if my tmux was compiled with the
--enable-sixel
flag, since I install it through arch repository.Required information
Please provide the following information:
tmux -V
).uname -sp
).echo $TERM
).tmux kill-server; tmux -vv new
).tmux kill-server; tmux -vv new
did provide any output.EDIT: I have another question, but I'll just link it here
The text was updated successfully, but these errors were encountered: