1 <?xml version="1.0" encoding="ISO-8859-1"?>
3 <screensaver name="phosphor" _label="Phosphor">
9 <number id="delay" type="slider" arg="-delay %"
10 _label="Frame rate" _low-label="Low" _high-label="High"
11 low="0" high="100000" default="50000"
14 <number id="scale" type="spinbutton" arg="-scale %"
15 _label="Font scale" low="1" high="20" default="6"/>
17 <number id="fade" type="slider" arg="-ticks %"
18 _label="Fade" _low-label="Slow" _high-label="Fast"
19 low="1" high="100" default="20"
23 <option id="green" _label="Green" />
24 <!-- DarkOrange is probably the closest named color. -->
25 <option id="DarkOrange" _label="Amber" arg-set="-fg #ff7900" />
26 <option id="white" _label="White" arg-set="-fg white" />
32 A fully-functional VT100 terminal emulator simulating an old terminal,
33 with large pixels and long-sustain phosphor.
35 Written by Jamie Zawinski; 1999.