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"
22 <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
30 Draws a simulation of an old terminal, with large pixels and
31 long-sustain phosphor.
33 On MacOS and Linux, this program is also a fully-functional VT100
34 emulator! Run it as an application instead of as a screen saver and
35 you can use it as a terminal.
37 Written by Jamie Zawinski; 1999.