diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2009-01-13 06:52:12 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2009-01-13 06:52:12 +0000 |
commit | 78f7e6d1271abac48890ac18ddf17d9cfe125ec4 (patch) | |
tree | d918fcc88f0824608ee91765d316816b85e2173b /tmux.c | |
parent | f85559144fbc4a58ce4f513b2217852bc959a8b6 (diff) | |
download | rtmux-78f7e6d1271abac48890ac18ddf17d9cfe125ec4.tar.gz rtmux-78f7e6d1271abac48890ac18ddf17d9cfe125ec4.tar.bz2 rtmux-78f7e6d1271abac48890ac18ddf17d9cfe125ec4.zip |
Turn off prefix-time for the moment, it is too annoying.
Diffstat (limited to 'tmux.c')
-rw-r--r-- | tmux.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -/* $Id: tmux.c,v 1.93 2009-01-12 23:37:02 nicm Exp $ */ +/* $Id: tmux.c,v 1.94 2009-01-13 06:52:12 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net> @@ -234,7 +234,7 @@ main(int argc, char **argv) options_set_number(&global_options, "message-bg", 3); options_set_number(&global_options, "message-fg", 0); options_set_number(&global_options, "prefix", META); - options_set_number(&global_options, "prefix-time", 300); + 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, "status", 1); |