1mismunch(6x) XScreenSaver manual mismunch(6x)
2
3
4
6 mismunch - munches errors
7
9 mismunch [-display host:display.screen] [-foreground color] [-back‐
10 ground color] [-window] [-root] [-mono] [-install] [-visual visual]
11 [-delay usecs] [-xor] [-noxor] [-clear number] [-simul number]
12
14 The mismunch program is a creatively broken misimplementation of the
15 classic munching squares graphics hack.
16
18 mismunch accepts the following options:
19
20 -window Draw on a newly-created window. This is the default.
21
22 -root Draw on the root window.
23
24 -mono If on a color display, pretend we're on a monochrome display.
25
26 -install
27 Install a private colormap for the window.
28
29 -visual visual
30 Specify which visual to use. Legal values are the name of a
31 visual class, or the id number (decimal or hex) of a specific
32 visual.
33
34 -delay usecs
35 The delay between steps of the animation, in microseconds.
36 Default: 2500.
37
38 -xor Use the XOR drawing function. This is the default.
39
40 -no-xor Don't use the XOR drawing function.
41
42 -clear number
43 Number of squares to misdraw before clearing the display.
44 Default: 65.
45
46 -simul number
47 Number of squares to misdraw simultaneously. Default: 5.
48
50 DISPLAY to get the default host and display number.
51
52 XENVIRONMENT
53 to get the name of a resource file that overrides the global
54 resources stored in the RESOURCE_MANAGER property.
55
57 X(1), xscreensaver(1), munch(6x)
58
60 Copyright © 2004 Steven Hazel. Permission to use, copy, modify, dis‐
61 tribute, and sell this software and its documentation for any purpose
62 is hereby granted without fee, provided that the above copyright notice
63 appear in all copies and that both that copyright notice and this per‐
64 mission notice appear in supporting documentation. No representations
65 are made about the suitability of this software for any purpose. It is
66 provided "as is" without express or implied warranty.
67
68 Based on the munch screensaver Copyright © 1997, Tim Showalter
69 <tjs@andrew.cmu.edu>.
70
72 Steven Hazel <sah@thalassocracy.org>, 10-Feb-04
73
74
75
76X Version 11 5.05-3 (06-Apr-2008) mismunch(6x)