Penguin
Annotated edit history of vines(1) version 4, including all changes. View license author blame.
Rev Author # Line
1 perry 1 XScreenSaver
2 !!!XScreenSaver
3 NAME
4 SYNOPSIS
5 DESCRIPTION
6 OPTIONS
7 ENVIRONMENT
8 SEE ALSO
9 COPYRIGHT
10 AUTHOR
11 ----
12 !!NAME
13
14
15 vines - draws pseudo-fractal geometric patterns
16 !!SYNOPSIS
17
18
19 __vines__ [[-display ''host:display.screen'']
20 [[-foreground ''color''] [[-background ''color'']
21 [[-window] [[-root] [[-mono] [[-install] [[-visual ''visual'']
22 [[-ncolors ''integer''] [[-delay
23 ''microseconds'']
24 !!DESCRIPTION
25
26
27 The ''vines'' program is yet another geometric pattern
28 generator, this one's claim to fame being a pseudo-fractal
29 looking vine like pattern that creates nifty whorls and
30 loops.
31 !!OPTIONS
32
33
34 ''vines'' accepts the following options:
35
36
37 __-window__
38
39
40 Draw on a newly-created window. This is the
41 default.
42
43
44 __-root__
45
46
47 Draw on the root window.
48
49
50 __-mono__
51
52
53 If on a color display, pretend we're on a monochrome
54 display.
55
56
57 __-install__
58
59
60 Install a private colormap for the window.
61
62
63 __-visual__ ''visual''
64
65
66 Specify which visual to use. Legal values are the name of a
67 visual class, or the id number (decimal or hex) of a
68 specific visual.
69
70
71 __-ncolors__ ''integer''
72
73
74 How many colors should be used (if possible). Default 200.
75 The colors are chosen randomly.
76 !!ENVIRONMENT
77
78
79 __DISPLAY__
80
81
82 to get the default host and display number.
83
84
85 __XENVIRONMENT__
86
87
88 to get the name of a resource file that overrides the global
89 resources stored in the RESOURCE_MANAGER
90 property.
91 !!SEE ALSO
92
93
4 perry 94 X(1), xscreensaver(1),
1 perry 95 xlock(1)
96 !!COPYRIGHT
97
98
99 Copyright 1997 by Tracy Camp.
100
101
102 Permission to use, copy, modify, and distribute this
103 software and its documentation for any purpose and without
104 fee is hereby granted, provided that the above copyright
105 notice appear in all copies and that both that copyright
106 notice and this permission notice appear in supporting
107 documentation.
108 !!AUTHOR
109
110
111 Tracy Camp
112
113
114 Tweaked by David Hansen
115
116
117 Ability to run standalone or with ''xscreensaver'' added
118 by Jamie Zawinski
119 ''
120 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.