You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
then the image shows up. Presumably, wezterm is being thrown off by the trailing comma that is present in the control data when the last chunk (without m=1) is emitted. Since the script came from the author of kitty, I assume that the trailing comma should be accepted and that wezterm is in error for not supporting it.
To Reproduce
No response
Configuration
no config
Expected Behavior
No response
Logs
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered:
What Operating System(s) are you seeing this problem on?
macOS
Which Wayland compositor or X11 Window manager(s) are you using?
No response
WezTerm version
20250103-121535-8e9cf912
Did you try the latest nightly build to see if the issue is better (or worse!) than your current version?
Yes, and I updated the version box above to show the version of the nightly that I tried
Describe the bug
The kitty graphics protocol description provides the following shell script for displaying a PNG using kitty:
Running this script on an arbitrary small PNG in wezterm fails to display anything. However, if I move the trailing comma like so:
then the image shows up. Presumably, wezterm is being thrown off by the trailing comma that is present in the control data when the last chunk (without
m=1
) is emitted. Since the script came from the author of kitty, I assume that the trailing comma should be accepted and that wezterm is in error for not supporting it.To Reproduce
No response
Configuration
no config
Expected Behavior
No response
Logs
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: