diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2009-01-11 01:01:05 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2009-01-11 01:01:05 +0000 |
commit | ccf5784bcfb772ccd70c1b01afa8bc09f55e550f (patch) | |
tree | c0893ca35c48fae90a756b881ba5a348240a99c4 | |
parent | 6c9822ccc24e8c41a4f447dd12bec3e0eaf33eb1 (diff) | |
download | rtmux-ccf5784bcfb772ccd70c1b01afa8bc09f55e550f.tar.gz rtmux-ccf5784bcfb772ccd70c1b01afa8bc09f55e550f.tar.bz2 rtmux-ccf5784bcfb772ccd70c1b01afa8bc09f55e550f.zip |
Add a couple of bits.
-rw-r--r-- | CHANGES | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -2,11 +2,14 @@ * 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. + 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. + -U, to unlock from the shell. The default password is blank (any password + accepted). If specifying an encrypted password from encrypt(1) in .tmux.conf + with -c, don't forget to enclose it in single-quotes (') to prevent shell + variable expansion. * 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 @@ -852,7 +855,7 @@ (including mutt, emacs). No status bar yet and no key remapping or other customisation. -$Id: CHANGES,v 1.190 2009-01-11 00:48:41 nicm Exp $ +$Id: CHANGES,v 1.191 2009-01-11 01:01:05 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 |