Or compile it yourself using MinGW64 : after installing from msys2.org, pacman -S base-devel etc
It works fine here. I have a Windows Terminal settings to start sixel-tmux instead of bash, using script to provide a pty: just have the command line be:
Wow, I'd been dying to make tmux work on WT.
I couldn't get your tmux.exe executable to work (it froze WT, in both bash and cmd).
However, the script method works!
I've tried to explain that a bit better in server-client.c (check line 251) to give the user a clue of what's happening with *cause = xstrdup(c->ttyname)
Unfortunately, even in 2021, properly configuring a terminal can be complicated.
I strongly encourage you to check your configuration with the steps suggest on the sixel-tmux page, or at least the minimal set of steps shown in http://github.com/csdvrx/sixel-testsuite (which I should update to show how font change should work, with sixels being resize to be kept in perfect alignment with the text, as done in mintty, as several people seem to believe it's a sixel limitation)
Oh, I apologize! I was under the impression that your executable would work without the /usr/bin/script workaround. My bad!
I was aware of the Cygwin's tmux quirk, but not the script workaround. Thanks again for the detailed help!
Or compile it yourself using MinGW64 : after installing from msys2.org, pacman -S base-devel etc
It works fine here. I have a Windows Terminal settings to start sixel-tmux instead of bash, using script to provide a pty: just have the command line be:
C:/msys64/usr/bin/env.exe MSYS=winsymlinks:nativestrict MSYSTEM=MSYS /usr/bin/script -c /usr/bin/tmux /dev/null