mirror of
https://github.com/skoelle/kctl-tui.git
synced 2026-09-18 04:20:25 +00:00
psmux on Windows doesn't handle ; separators when args are passed individually via exec.Command. Instead of chaining commands with ;, run each setup command (new-session, set-option, split-window, etc.) as individual exec.Command calls. Only tmux attach uses ExecProcess so it properly takes over the terminal.