summaryrefslogtreecommitdiff
path: root/zwgc
diff options
context:
space:
mode:
authorGravatar Greg Hudson <ghudson@mit.edu>2001-07-18 10:06:32 +0000
committerGravatar Greg Hudson <ghudson@mit.edu>2001-07-18 10:06:32 +0000
commit4db0326bade6909dbd6f639d1fab2aaa847b0a2a (patch)
tree4ac315300a72c1da85b432580a07fec05b97a5b0 /zwgc
parent4e2bf8bf612f4837319b9a20d7e5d10a910779d9 (diff)
Set a default min time to live of 0.5 seconds.
Diffstat (limited to 'zwgc')
-rw-r--r--zwgc/X_gram.c2
1 files changed, 1 insertions, 1 deletions
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;