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

Modified Files:
	basesrc/games/rain: Makefile rain.6 rain.c

Log Message:
This patch converts rain(6) to use curses, thereby
significantly simplifying the code and improving its portability.  It
also adds a delay option from OpenBSD to make the display go at a
useful speed on fast terminals, and fixes signal handling to make it
reliable.

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


To generate a diff of this commit:
cvs rdiff -r1.7 -r1.8 basesrc/games/rain/Makefile
cvs rdiff -r1.6 -r1.7 basesrc/games/rain/rain.6
cvs rdiff -r1.10 -r1.11 basesrc/games/rain/rain.c

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