This is still fast, but not unreasonably fast.
-.\" $NetBSD: worms.6,v 1.15 2012/08/12 17:30:03 wiz Exp $
+.\" $NetBSD: worms.6,v 1.16 2020/10/14 07:32:53 nia Exp $
.\"
.\" Copyright (c) 1989, 1993
.\" The Regents of the University of California. All rights reserved.
.\"
.\" @(#)worms.6 8.1 (Berkeley) 5/31/93
.\"
-.Dd July 31, 2012
+.Dd October 14, 2020
.Dt WORMS 6
.Os
.Sh NAME
as a delay, in milliseconds, between each update.
This is useful for fast terminals.
Reasonable values are around 20-200;
-the default is 0.
+the default is 20.
.It Fl f
Makes a
.Dq field
-/* $NetBSD: worms.c,v 1.22 2012/06/19 05:46:09 dholland Exp $ */
+/* $NetBSD: worms.c,v 1.23 2020/10/14 07:32:53 nia Exp $ */
/*
* Copyright (c) 1980, 1993
#if 0
static char sccsid[] = "@(#)worms.c 8.1 (Berkeley) 5/31/93";
#else
-__RCSID("$NetBSD: worms.c,v 1.22 2012/06/19 05:46:09 dholland Exp $");
+__RCSID("$NetBSD: worms.c,v 1.23 2020/10/14 07:32:53 nia Exp $");
#endif
#endif /* not lint */
short **ref;
const char *field;
char *mp;
- unsigned int delay = 0;
+ unsigned int delay = 20000;
mp = NULL;
length = 16;