From a1b43faa436430e76da7da5ee321113a87ce719c Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Sat, 10 Jan 2009 01:51:22 +0000 Subject: Trim spaces. --- tmux.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tmux.c') diff --git a/tmux.c b/tmux.c index f6ff8f9b..1d92f1af 100644 --- a/tmux.c +++ b/tmux.c @@ -1,4 +1,4 @@ -/* $Id: tmux.c,v 1.87 2009-01-10 01:30:38 nicm Exp $ */ +/* $Id: tmux.c,v 1.88 2009-01-10 01:51:22 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott @@ -239,7 +239,7 @@ main(int argc, char **argv) options_set_number(&global_options, "message-bg", 3); options_init(&global_window_options, NULL); options_set_number(&global_window_options, "xterm-keys", 0); - options_set_number(&global_window_options, "monitor-activity", 0); + options_set_number(&global_window_options, "monitor-activity", 0); options_set_number(&global_window_options, "aggressive-resize", 0); options_set_number(&global_window_options, "remain-on-exit", 0); options_set_number(&global_window_options, "utf8", 0); -- cgit