http://packetstormsecurity.org/UNIX/admin/xscreensaver-4.16.tar.gz
[xscreensaver] / hacks / config / munch.xml
1 <?xml version="1.0" encoding="ISO-8859-1"?>
2
3 <screensaver name="munch" _label="Munch">
4
5   <command arg="-root"/>
6
7   <number id="delay" type="slider" arg="-delay %"
8           _label="Speed" _low-label="Slow" _high-label="Fast"
9           low="0" high="20000" default="5000"
10           convert="invert"/>
11
12   <number id="duration" type="slider" arg="-clear %"
13           _label="Duration" _low-label="Short" _high-label="Long"
14           low="1" high="200" default="50"/>
15
16   <select id="mode">
17     <option id="xor"   _label="XOR"/>
18     <option id="solid" _label="Solid" arg-set="-no-xor"/>
19   </select>
20
21   <!-- #### -no-shift -->
22   <!-- #### -hold [100000] -->
23   <!-- #### -logminwidth [7] -->
24
25   <_description>
26         DATAI 2
27         ADDB 1,2
28         ROTC 2,-22
29         XOR 1,2
30         JRST .-4
31
32 As reported by HAKMEM, in 1962, Jackson Wright wrote the above PDP-1
33 code. That code still lives on in this screenhack, some 35 years
34 later.  The number of lines of enclosing code has increased
35 substantially, however.  This version is by Tim Showalter.
36   </_description>
37 </screensaver>