From http://www.jwz.org/xscreensaver/xscreensaver-5.35.tar.gz
[xscreensaver] / hacks / glx / unicrud.man
1 .TH XScreenSaver 1 "" "X Version 11"
2 .SH NAME
3 unicrud - Bounces a random Unicode character on the screen.
4 .SH SYNOPSIS
5 .B unicrud
6 [\-display \fIhost:display.screen\fP]
7 [\-visual \fIvisual\fP]
8 [\-window]
9 [\-root]
10 [\-delay \fInumber\fP]
11 [\-speed \fInumber\fP]
12 [\-block \fIstring\fP]
13 [\-no-wander]
14 [\-no-roll]
15 [\-fps]
16 .SH DESCRIPTION
17 Chooses a random Unicode character and displays it full screen, along with
18 some information about it. https://en.wikipedia.org/wiki/Unicode
19 .SH OPTIONS
20 .TP 8
21 .B \-visual \fIvisual\fP
22 Specify which visual to use.  Legal values are the name of a visual class,
23 or the id number (decimal or hex) of a specific visual.
24 .TP 8
25 .B \-window
26 Draw on a newly-created window.  This is the default.
27 .TP 8
28 .B \-root
29 Draw on the root window.
30 .TP 8
31 .B \-delay \fInumber\fP
32 Per-frame delay, in microseconds.  Default: 20000 (0.02 seconds).
33 .TP 8
34 .B \-speed \fInumber\fP
35 Animation speed.  2.0 means twice as fast, 0.5 means half as fast.
36 .TP 8
37 .B \-wander | \-no-wander
38 Whether the object should wander around the screen.
39 .TP 8
40 .B \-roll | \-no-roll
41 Whether the object should rotate.  Boolean.
42 .TP 8
43 .B \-block \fIstring\fP
44 Which block or blocks of Unicode characters to display.  Default: "all".
45 Use \fI\-block help\fP to see the full list.
46 .TP 8
47 .B \-fps | \-no-fps
48 Whether to show a frames-per-second display at the bottom of the screen.
49 .SH ENVIRONMENT
50 .PP
51 .TP 8
52 .B DISPLAY
53 to get the default host and display number.
54 .TP 8
55 .B XENVIRONMENT
56 to get the name of a resource file that overrides the global resources
57 stored in the RESOURCE_MANAGER property.
58 .SH SEE ALSO
59 .BR X (1),
60 .BR xscreensaver (1)
61 .SH COPYRIGHT
62 Copyright \(co 2016 by Jamie Zawinski.  Permission to use, copy, modify, 
63 distribute, and sell this software and its documentation for any purpose is 
64 hereby granted without fee, provided that the above copyright notice appear 
65 in all copies and that both that copyright notice and this permission notice
66 appear in supporting documentation.  No representations are made about the 
67 suitability of this software for any purpose.  It is provided "as is" without
68 express or implied warranty.
69 .SH AUTHOR
70 Jamie Zawinski.