CVSROOT: /cvs Module name: src Changes by: [email protected] 2025/10/20 01:28:38
Modified files:
usr.bin/tmux : server-fn.c
Log message:
Fix the logic of the no-detached case for detach-on-destroy option - a
previous change made it so that even in the no-detached case, tmux would
always re-attach to a session, even if there weren't any detached ones.
>From Martin Louazel in GitHub issue 4649.
