CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2010/09/26 14:43:30
Modified files:
usr.bin/tmux : cmd-set-option.c cmd-switch-client.c
server-client.c server-fn.c server.c tmux.1
tmux.c tmux.h
Log message:
Two new options:
- server option "exit-unattached" makes the server exit when no clients
are attached, even if sessions are present;
- session option "destroy-unattached" destroys a session once no clients
are attached to it.
These are useful for preventing tmux remaining in the background where
it is undesirable and when using tmux as a login shell to keep a limit
on new sessions.