Skip to content

v0.2.25

Choose a tag to compare

@lassejlv lassejlv released this 16 Jul 22:10
· 108 commits to main since this release

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: v0.2.24...main