← all releases

v0.2.25

What's Changed

Bug Fixes

  • Fixed crash when using tmux_command_prefix on Windows (#357) Setting tmux_command_prefix = wsl.exe -e caused Termy to close a couple of seconds after startup with tcgetattr 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 -C control 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