wezterm icon indicating copy to clipboard operation
wezterm copied to clipboard

Sixel image protocol doesn't work on Windows

Open 0x6675636b796f75676974687562 opened this issue 7 months ago • 4 comments

What Operating System(s) are you seeing this problem on?

Windows

Which Wayland compositor or X11 Window manager(s) are you using?

No response

WezTerm version

20240623-130118-4daab4dc

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

When running a Windows version of WezTerm, Sixel image protocol doesn't work.

To Reproduce

  1. Connect a Windows version of WezTerm to a Linux box, over SSH or WSL.
  2. Install img2sixel to be able to display images in your terminal: apt-get install img2sixel on Debian/Ubuntu.
  3. Alternatively, get a sixel file you can display via cat.
  4. Run cat image.six. The image will not get displayed.
  5. Run img2sixel image.png. The image will not get displayed.

Configuration

no config

Expected Behavior

No response

Logs

No response

Anything else?

No response