1 <?xml version="1.0" encoding="ISO-8859-1"?>
3 <screensaver name="apple2" _label="Apple2">
9 <number id="tvcolor" type="slider" arg="-tv-color %"
10 _label="Color Knob" _low-label="Low" _high-label="High"
11 low="0" high="1000" default="70"/>
12 <number id="tvtint" type="slider" arg="-tv-tint %"
13 _label="Tint Knob" _low-label="Low" _high-label="High"
14 low="0" high="100" default="5"/>
17 <number id="tvbrightness" type="slider" arg="-tv-brightness %"
18 _label="Brightness Knob" _low-label="Low" _high-label="High"
19 low="0" high="200" default="150"/>
20 <number id="tvcontrast" type="slider" arg="-tv-contrast %"
21 _label="Contrast Knob" _low-label="Low" _high-label="High"
22 low="0" high="1500" default="1000"/>
27 A fully-functional VT100 terminal emulator simulating an original
28 Apple ][ Plus computer in all its 1979 glory. It also reproduces the
29 appearance of display on a color television set of the period.
31 http://en.wikipedia.org/wiki/Apple_II_series
33 Written by Trevor Blackwell; 2003.