From 4db0326bade6909dbd6f639d1fab2aaa847b0a2a Mon Sep 17 00:00:00 2001 From: Greg Hudson Date: Wed, 18 Jul 2001 10:06:32 +0000 Subject: Set a default min time to live of 0.5 seconds. --- zwgc/X_gram.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'zwgc') diff --git a/zwgc/X_gram.c b/zwgc/X_gram.c index 5743667..9dae84e 100644 --- a/zwgc/X_gram.c +++ b/zwgc/X_gram.c @@ -48,7 +48,7 @@ int internal_border_width = 2; unsigned long default_fgcolor; unsigned long default_bgcolor; unsigned long default_bordercolor; -long ttl = 0; +long ttl = 500; static int reset_saver; static int border_width = 1; static int cursor_code = XC_sailboat; -- cgit v1.2.3