http://se.aminet.net/pub/X11/ftp.x.org/contrib/vms/xscreensaver-124.zip
[xscreensaver] / hacks / halo.hlp
1 1 HALO 
2 Draw circular patterns
3
4 SYNOPSIS
5   $ halo [-display host:display.screen] [-foreground color] 
6          [-background color] [-window] [-root] [-mono] [-count int] 
7          [-delay usecs] [-animate]
8
9 2 DESCRIPTION
10 The halo program draws cool patterns based on circles.
11
12 2 OPTIONS
13 halo accepts the following options:
14
15    -window
16 Draw on a newly-created window.  This is the default.
17
18    -root
19 Draw on the root window.
20
21    -mono 
22 If on a color display, pretend we're on a monochrome display.
23
24    -count integer
25 How many circles to draw.  Default 0, meaning random.
26
27    -delay microseconds
28 How much of a delay should be introduced between steps of the animation.
29 Default 100000, or about 0.1 second.
30
31    -animate
32 If specified, then the centerpoints of the circles will bounce around.
33 Otherwise, the circles will be drawn once, erased, and a new set of
34 circles will be drawn.
35
36 2 ENVIRONMENT
37
38    DISPLAY
39 to get the default host and display number.
40
41    XENVIRONMENT
42 to get the name of a resource file that overrides the global resources
43 stored in the RESOURCE_MANAGER property.
44
45 2 COPYRIGHT
46 Copyright (co 1993 by Jamie Zawinski.  Permission to use, copy, modify, 
47 distribute, and sell this software and its documentation for any purpose is 
48 hereby granted without fee, provided that the above copyright notice appear 
49 in all copies and that both that copyright notice and this permission notice
50 appear in supporting documentation.  No representations are made about the 
51 suitability of this software for any purpose.  It is provided "as is" without
52 express or implied warranty.
53
54 2 AUTHOR
55 Jamie Zawinski <jwz@mcom.com>, 6-jul-93.