summaryrefslogtreecommitdiffstats
path: root/tetris/tetris.6
diff options
context:
space:
mode:
authorhubertf <hubertf@NetBSD.org>1999-01-03 02:00:17 +0000
committerhubertf <hubertf@NetBSD.org>1999-01-03 02:00:17 +0000
commitbb3d9b5a7d9f27925fc7284fcb2394b29406be8d (patch)
treeb098b9b517a645916326699d028008cd33c73a61 /tetris/tetris.6
parent88ddc247b226dce915bba2681778e7926086e59a (diff)
downloadbsdgames-darwin-bb3d9b5a7d9f27925fc7284fcb2394b29406be8d.tar.gz
bsdgames-darwin-bb3d9b5a7d9f27925fc7284fcb2394b29406be8d.tar.zst
bsdgames-darwin-bb3d9b5a7d9f27925fc7284fcb2394b29406be8d.zip
Add previewing of next shape. Old (previous) behaviour can be
restored by compiling with NO_PREVIEW defined.
Diffstat (limited to 'tetris/tetris.6')
-rw-r--r--tetris/tetris.64
1 files changed, 3 insertions, 1 deletions
diff --git a/tetris/tetris.6 b/tetris/tetris.6
index bb4084ba..49fc76e3 100644
--- a/tetris/tetris.6
+++ b/tetris/tetris.6
@@ -1,4 +1,4 @@
-.\" $NetBSD: tetris.6,v 1.4 1997/09/01 23:26:11 mikel Exp $
+.\" $NetBSD: tetris.6,v 1.5 1999/01/03 02:00:18 hubertf Exp $
.\"
.\" Copyright (c) 1992, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -155,3 +155,5 @@ Chris Torek and Darren F. Provine.
.Pp
Manual adapted from the original entry written by Nancy L. Tinkham and
Darren F. Provine.
+.Pp
+Code for previewing next shape added by Hubert Feyrer in 1999.