source: trunk/third/xscreensaver/hacks/vines.man @ 12203

Revision 12203, 1.9 KB checked in by ghudson, 26 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r12202, which included commits to RCS files with non-trunk default branches.
Line 
1.TH XScreenSaver 1 "10-May-97" "X Version 11"
2.SH NAME
3vines - draws pseudo-fractal geometric patterns
4.SH SYNOPSIS
5.B vines
6[\-display \fIhost:display.screen\fP] [\-foreground \fIcolor\fP] [\-background \fIcolor\fP] [\-window] [\-root] [\-mono] [\-install] [\-visual \fIvisual\fP] [\-ncolors \fIinteger\fP] [\-delay \fImicroseconds\fP]
7
8.SH DESCRIPTION
9The \fIvines\fP program is yet another geometric pattern generator, this
10one's claim to fame being a pseudo-fractal looking vine like pattern that
11creates nifty whorls and loops.
12.SH OPTIONS
13.I vines
14accepts the following options:
15.TP 8
16.B \-window
17Draw on a newly-created window.  This is the default.
18.TP 8
19.B \-root
20Draw on the root window.
21.TP 8
22.B \-mono
23If on a color display, pretend we're on a monochrome display.
24.TP 8
25.B \-install
26Install a private colormap for the window.
27.TP 8
28.B \-visual \fIvisual\fP
29Specify which visual to use.  Legal values are the name of a visual class,
30or the id number (decimal or hex) of a specific visual.
31.TP 8
32.B \-ncolors \fIinteger\fP
33How many colors should be used (if possible).  Default 200.
34The colors are chosen randomly.
35.SH ENVIRONMENT
36.PP
37.TP 8
38.B DISPLAY
39to get the default host and display number.
40.TP 8
41.B XENVIRONMENT
42to get the name of a resource file that overrides the global resources
43stored in the RESOURCE_MANAGER property.
44.SH SEE ALSO
45.BR X (1),
46.BR xscreensaver (1),
47.BR xlock (1)
48.SH COPYRIGHT
49Copyright \(co 1997 by Tracy Camp.
50
51Permission to use, copy, modify, and distribute this software and its
52documentation for any purpose and without fee is hereby granted,
53provided that the above copyright notice appear in all copies and that
54both that copyright notice and this permission notice appear in
55supporting documentation.
56.SH AUTHOR
57Tracy Camp <campt@hurrah.com>, 1997.
58
59Tweaked by David Hansen <dhansen@metapath.com>, 21-Mar-97.
60
61Ability to run standalone or with \fIxscreensaver\fP added by
62Jamie Zawinski <jwz@jwz.org>, 10-May-97.
Note: See TracBrowser for help on using the repository browser.