Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Hubert Feyrer <hubertf@netbsd.org>
List: source-changes
Date: 07/29/1999 19:23:28
Module Name:	basesrc
Committed By:	hubertf
Date:		Fri Jul 30 02:23:28 UTC 1999

Modified Files:
	basesrc/games/worms: worms.6 worms.c

Log Message:
This patch converts worms(6) to use curses, thereby
simplifying the code and improving its portability.  It also adds a
delay option from OpenBSD, to allow reasonable speed display on fast
terminals, adds use of const, and fixes signal handling and use of
errx() where appropriate.

Patch supplied in PR 6661 by Joseph Myers <jsm28@cam.ac.uk>.


To generate a diff of this commit:
cvs rdiff -r1.9 -r1.10 basesrc/games/worms/worms.6
cvs rdiff -r1.10 -r1.11 basesrc/games/worms/worms.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.