-
Notifications
You must be signed in to change notification settings - Fork 14
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
Graph not loading within Wezterm + tmux #49
Comments
Try |
I tried using the |
Are you using a terminal multiplexer (like |
Ah yes, I am using I also use To fix image previewing within So it's definitely possible to fix image rendering within |
I'm using kitty + tmux. The graph is not rendering when in tmux. |
Seeing this as well with the latest I came across this discussion in the tmux repo and tried the recommended config option of |
As has been covered, this is likely because wezterm doesn't support any of the imaging protocols used. In addition to the detection of supported terminals (why isn't #24 merged?) I think it would make things a lot easier on this project if it detected some common unsupported terminals and just errored out with a message about the relevant upstream support. That would save quite a bit of user confusion and tinkering. There really isn't much point in running this particular app without image protocol support since it doesn't have a useful ASCII fallback, and there is a regular amount of confusion and tinkering from people expecting it might somehow work. |
It turns out this is Wezterm+Windows issue. See: wez/wezterm#1673. On other platforms Serie works perfectly |
I don't think so. According to the yazi documentation I linked earlier in the thread, Wezterm supports the same inline protocol that iTerm uses (you can see this here). The issue you link only mentions Wezterm being unable to use the kitty protocol.
I don't think this is specific to a Windows + wezterm platform, the issue being discussed in this thread is compatibility with tmux as @alerque identified here. I have reworded the title of this issue slightly to reflect that as when I originally opened it, I didn't know tmux was the culprit. I want to repeat that yazi has already solved the issue of image rendering within tmux for various image protocols and terminals (see this post), I have no idea if that's useful to solve this specific problem, but it certainly shows that it is at least fixable. |
Hey,
I found this cool git graphing terminal solution, installed rust on my system and then installed this utility, and it works, but I cannot see any of the graph images.
My specs are:
MacOS M2 Pro
Sonoma 14.6.1
Wezterm terminal emulator (can find config in my dotfiles if that helps)
Here is a screenshot of what I see in the utility:
I have tried using different protocols as well after seeing the table in this repos README.
Alas, all the different options gave me the same results.
The text was updated successfully, but these errors were encountered: