diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2009-01-14 18:41:55 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2009-01-14 18:41:55 +0000 |
commit | bc56751692dc0db30a391e54f52387fc79005fe9 (patch) | |
tree | e72a58c76b996f8e05c6e83ad441f7fbb3331046 /tmux.1 | |
parent | 78f7e6d1271abac48890ac18ddf17d9cfe125ec4 (diff) | |
download | rtmux-bc56751692dc0db30a391e54f52387fc79005fe9.tar.gz rtmux-bc56751692dc0db30a391e54f52387fc79005fe9.tar.bz2 rtmux-bc56751692dc0db30a391e54f52387fc79005fe9.zip |
Disable lock-after-time by default.
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -.\" $Id: tmux.1,v 1.58 2009-01-12 21:23:58 tcunha Exp $ +.\" $Id: tmux.1,v 1.59 2009-01-14 18:41:55 nicm Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net> .\" @@ -689,7 +689,7 @@ resized and retain the limit at the point they were created. Lock the server after .Ar number seconds of inactivity. -The default is 1800 seconds (30 minutes). +The default is off (set to 0). .It Ic message-bg Ar colour Set status line message background colour, where .Ar colour |