CVSROOT: /cvs Module name: src Changes by: n...@cvs.openbsd.org 2009/10/10 03:46:11
Modified files: usr.bin/tmux : cmd-set-option.c server-msg.c server.c session.c tmux.1 tmux.c tmux.h Log message: Support for individual session idle time locking. May be enabled by turning off the lock-server option (it is on by default). When this is off, each session locks when it has been idle for the lock-after-time setting. When on, the entire server locks when ALL sessions have been idle for their individual lock-after-time settings. This replaces one global-only option (lock-after-time) with another (lock-server), but the default behaviour is usually preferable so there don't seem to be many alternatives. Diff/idea largely from Thomas Adam, tweaked by me.