Update for RandR 1.2 name changes.
[free-sw/xcb/demo] / neko / xneko.man
1 .TH xneko SIPB "1 September 1990" "X Version 11"
2 .SH NAME
3 xneko \- Cat-and-Mouse Chase
4 .SH SYNOPSIS
5 xneko
6 .I options
7 .SH OPTIONS
8 .br
9 .B -display
10 .I displayName
11 .br
12 .B -geometry
13 .I geometry
14 .br
15 .B -bg
16 .I backgroundColor
17 .br
18 .B -fg
19 .I foregroundColor
20 .br
21 .B -title
22 .I windowTitle
23 .br
24 .B -name
25 .I name
26 .br
27 .B -iconic
28 .br
29 .B -speed
30 .I catSpeed
31 (0-16)
32 .br
33 .B -time
34 .I updateInterval
35 (in microseconds)
36 .br
37 .B -root
38 .br
39 .B -help
40 .SH DESCRIPTION
41 .I Xneko
42 displays a window in which a cat chases your "mouse" cursor.  Try
43 moving the mouse inside and outside the
44 .I xneko
45 window, leaving it stationary, moving it slowly and quickly, etc., and
46 watch the cat respond.
47 .PP
48 To exit, either click the 3rd mouse button on the
49 .I xneko
50 window, or hit
51 .I Meta-Q
52 .
53 .PP
54 All options except the last four above behave in the standard manner
55 for X applications (see
56 .IR X (1)).
57 The
58 .B -speed
59 option controls the speed of the cat (the default is 16).  The
60 .B -time
61 option controls the interval (in microseconds) between updates of the
62 .I xneko
63 window (the default is 125000).
64 .PP
65 The
66 .B -root
67 option allows
68 .I xneko
69 to operate on the root as opposed to creating and running in its own window.
70 .PP
71 The
72 .B -help
73 option provides a usage message and exits.
74 .PP
75 The program was originally written by a Japanese author as a
76 Macintosh\(TM desktop accessory (The word "neko" means "cat" in
77 Japanese).
78 .PP
79 The capabilities to use color and to run on the root window were
80 added by
81 .I Dan Checkoway
82 .
83 .SH SEE ALSO
84 X(1)
85 .SH DIAGNOSTICS
86 A usage message when improper arguments are supplied.
87 .SH AUTHORS
88 Masayuki Koba, 1990
89 .br
90 Dan Checkoway, 1994