Penguin
Annotated edit history of forest(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 forest - draws a fractal forest
16 !!SYNOPSIS
17
18
19 __forest__ [[-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 ''forest'' program draws a fractal
28 forest.
29 !!OPTIONS
30
31
32 ''forest'' accepts the following options:
33
34
35 __-window__
36
37
38 Draw on a newly-created window. This is the
39 default.
40
41
42 __-root__
43
44
45 Draw on the root window.
46
47
48 __-mono__
49
50
51 If on a color display, pretend we're on a monochrome
52 display.
53
54
55 __-install__
56
57
58 Install a private colormap for the window.
59
60
61 __-visual__ ''visual''
62
63
64 Specify which visual to use. Legal values are the name of a
65 visual class, or the id number (decimal or hex) of a
66 specific visual.
67
68
69 __-ncolors__ ''integer''
70
71
72 How many colors should be used (if possible). Default
73 100.
74 !!ENVIRONMENT
75
76
77 __DISPLAY__
78
79
80 to get the default host and display number.
81
82
83 __XENVIRONMENT__
84
85
86 to get the name of a resource file that overrides the global
87 resources stored in the RESOURCE_MANAGER
88 property.
89 !!SEE ALSO
90
91
4 perry 92 X(1), xscreensaver(1),
1 perry 93 xlock(1)
94 !!COPYRIGHT
95
96
97 Copyright 1995 by Pascal Pensa.
98
99
100 Permission to use, copy, modify, and distribute this
101 software and its documentation for any purpose and without
102 fee is hereby granted, provided that the above copyright
103 notice appear in all copies and that both that copyright
104 notice and this permission notice appear in supporting
105 documentation.
106 !!AUTHOR
107
108
109 Pascal Pensa
110
111
112 Ability to run standalone or with ''xscreensaver'' added
113 by Jamie Zawinski
114 ''
115 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.