CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/09/21 06:43:36
Modified files:
usr.bin/tmux : server-fn.c session.c spawn.c
Log message:
Do not do anything in session_detach and rely on the caller destroying
the session, otherwise grouped sessions can reuse a session with no
windows. From Jeong, Heon in GitHub issue 5620.
