mirror of
https://github.com/tmux/tmux.git
synced 2025-09-02 05:21:10 +00:00
Server locking. set-password and lock-server commands, plus automatic locking.
This commit is contained in:
9
CHANGES
9
CHANGES
@ -1,5 +1,12 @@
|
||||
10 January 2009
|
||||
|
||||
* New option, lock-after-time. If there is no activity in the period specified
|
||||
by this option (in seconds), tmux will lock the server. Default is 1800 (30
|
||||
minutes), set to 0 to disable.
|
||||
* Server locking. Two new commands: set-password to set a password (a
|
||||
preencrypted password may be specified with -c); and lock-server to lock the
|
||||
server until the password is entered. Also an additional command line flag,
|
||||
-U, to unlock from the shell.
|
||||
* If a window is created from the command line, tmux will now use the same
|
||||
current working directory for the new process. A new default-path option to
|
||||
sets the working directory for processes created from keys or interactively
|
||||
@ -845,7 +852,7 @@
|
||||
(including mutt, emacs). No status bar yet and no key remapping or other
|
||||
customisation.
|
||||
|
||||
$Id: CHANGES,v 1.189 2009-01-10 19:37:35 nicm Exp $
|
||||
$Id: CHANGES,v 1.190 2009-01-11 00:48:41 nicm Exp $
|
||||
|
||||
LocalWords: showw utf UTF fulvio ciriaco joshe OSC APC gettime abc DEF OA clr
|
||||
LocalWords: rivo nurges lscm Erdely eol smysession mysession ek dstname RB
|
||||
|
Reference in New Issue
Block a user