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

Image is not displayed with tmux 3.3a or higher #15

Closed
gnvk opened this issue Feb 28, 2023 · 6 comments
Closed

Image is not displayed with tmux 3.3a or higher #15

gnvk opened this issue Feb 28, 2023 · 6 comments

Comments

@gnvk
Copy link

gnvk commented Feb 28, 2023

Not sure how to debug this :( Instead of the image, imgcat displays only empty lines.

macOS version: 13.1 (22C65)
iTerm2 version: 3.4.19
tmux version: 3.3a
python version: 3.10.3

@wookayin
Copy link
Owner

What data are you trying to display?

@gnvk
Copy link
Author

gnvk commented Mar 12, 2023

What data are you trying to display?

It doesn't matter, the same happens with any image. For example with the wikipedia penguin.

@junnplus
Copy link

I have also encountered a similar problem, but in wezterm.

@wookayin
Copy link
Owner

Can reproduce this. It worked before, so I guess TMUX has changed some protocol. Will fix soon.

@wookayin
Copy link
Owner

wookayin commented Apr 13, 2023

tmux 3.3 has broken passthrough of escape sequence. You'll need to have the following lines in your ~/.tmux.conf for tmux 3.3 or higher:

set-option -g allow-passthrough on

@wookayin wookayin pinned this issue Apr 13, 2023
@wookayin wookayin changed the title Black image is shown in iterm2 with tmux Image is not displayed with tmux 3.3a or higher Apr 13, 2023
@gnvk
Copy link
Author

gnvk commented Apr 14, 2023

Thank you @wookayin!

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

No branches or pull requests

3 participants