mirror of
https://github.com/tmux/tmux.git
synced 2025-09-02 21:56:57 +00:00
Disable lock-after-time by default.
This commit is contained in:
4
tmux.c
4
tmux.c
@ -1,4 +1,4 @@
|
||||
/* $Id: tmux.c,v 1.94 2009-01-13 06:52:12 nicm Exp $ */
|
||||
/* $Id: tmux.c,v 1.95 2009-01-14 18:41:55 nicm Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
|
||||
@ -236,7 +236,7 @@ main(int argc, char **argv)
|
||||
options_set_number(&global_options, "prefix", META);
|
||||
options_set_number(&global_options, "prefix-time", 0);
|
||||
options_set_number(&global_options, "set-titles", 1);
|
||||
options_set_number(&global_options, "lock-after-time", 1800);
|
||||
options_set_number(&global_options, "lock-after-time", 0);
|
||||
options_set_number(&global_options, "status", 1);
|
||||
options_set_number(&global_options, "status-bg", 2);
|
||||
options_set_number(&global_options, "status-fg", 0);
|
||||
|
Reference in New Issue
Block a user