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