<?xml version="1.0" encoding="ISO-8859-1"?>

<screensaver name="munch" _label="Munch">

  <command arg="-root"/>

  <number id="speed" type="slider" arg="-delay %"
          _label="Speed" _low-label="Slow" _high-label="Fast"
          low="0" high="20000" default="5000"
          convert="invert"/>

  <number id="duration" type="slider" arg="-clear %"
          _label="Duration" _low-label="Short" _high-label="Long"
          low="1" high="200" default="50"/>

  <select id="mode">
    <option id="xor"   _label="XOR"/>
    <option id="solid" _label="Solid" arg-set="-no-xor"/>
  </select>

  <!-- #### -no-shift -->
  <!-- #### -hold [100000] -->
  <!-- #### -logminwidth [7] -->

  <_description>
        DATAI 2
        ADDB 1,2
        ROTC 2,-22
        XOR 1,2
        JRST .-4

As reported by HAKMEM, in 1962, Jackson Wright wrote the above PDP-1
code. That code still lives on in this screenhack, some 35 years
later.  The number of lines of enclosing code has increased
substantially, however.  This version is by Tim Showalter.
  </_description>
</screensaver>
