From http://www.jwz.org/xscreensaver/xscreensaver-5.18.tar.gz
[xscreensaver] / hacks / ant.man
index 4d9f2caf217d9ecf0815edd8a83daae927105bc5..fb71d57b57b0936ac53cd9b939a8b7fc66e7907e 100644 (file)
@@ -6,9 +6,15 @@ ant - cellular automaton.
 [\-display \fIhost:display.screen\fP]
 [\-visual \fIvisual\fP]
 [\-window]
+[\-install]
+[\-noinstall]
 [\-root]
-[\-sharpturns]
+[\-eyes]
+[\-no-eyes]
 [\-truchet]
+[\-no-truchet]
+[\-sharpturn]
+[\-no-sharpturn]
 [\-delay \fInumber\fP]
 [\-cycles \fInumber\fP]
 [\-count \fInumber\fP]
@@ -19,6 +25,7 @@ ant - cellular automaton.
 [\-neighbors 9]
 [\-neighbors 12]
 [\-ncolors \fInumber\fP]
+[\-fps]
 .SH DESCRIPTION
 A cellular automaton that is really a two-dimensional Turing machine: as
 the heads ("ants") walk along the screen, they change pixel values in
@@ -42,8 +49,11 @@ Whether to do sharp turns.
 .B \-truchet | \-no-truchet
 Whether to use truchet lines.
 .TP 8
+.B \-eyes | \-no-eyes
+Whether to draw eyes on the ants.
+.TP 8
 .B \-delay \fInumber\fP
-Per-frame delay, in microseconds.  Default: 1000 (0.00 seconds.).
+Per-frame delay, in microseconds.  Default: 1000 (0.0001 seconds.).
 .TP 8
 .B \-cycles \fInumber\fP
 How long to wait until resetting.  0 - 800000.  Default: 40000.
@@ -59,6 +69,9 @@ How many neighbors each cell has.  Legal values are 3, 4, 6, 9, and 12.
 .TP 8
 .B \-ncolors \fInumber\fP
 Number of colors.  Default: 64.
+.TP 8
+.B \-fps
+Display the current frame rate and CPU load.
 .SH ENVIRONMENT
 .PP
 .TP 8