v0.2.25
What's Changed
Bug Fixes
- Fixed crash when using
tmux_command_prefixon Windows (#357) Settingtmux_command_prefix = wsl.exe -ecaused Termy to close a couple of seconds after startup withtcgetattr failed: Inappropriate ioctl for device. The tmux control client spawned through a command prefix (wsl.exe -e,ssh) uses piped stdio but was started with-CC, which requires a real tty. It now uses plain-Ccontrol mode, which speaks the same protocol without needing a tty. tmux mode via WSL on Windows now works as expected.
Full Changelog: https://github.com/lassejlv/termy/compare/v0.2.24...main