From bc56751692dc0db30a391e54f52387fc79005fe9 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Wed, 14 Jan 2009 18:41:55 +0000 Subject: Disable lock-after-time by default. --- tmux.1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tmux.1') diff --git a/tmux.1 b/tmux.1 index f77bf3a5..05539064 100644 --- a/tmux.1 +++ b/tmux.1 @@ -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 .\" @@ -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 -- cgit