ftp://ftp.krokus.ru/pub/OpenBSD/distfiles/xscreensaver-4.21.tar.gz
[xscreensaver] / hacks / config / phosphor.xml
index 2ac804462da09bad779349a7fd044b38bbd18c70..2ad04747616270d85bf8eb2ed9193841b84b64f0 100644 (file)
@@ -4,7 +4,7 @@
 
   <command arg="-root"/>
 
-  <number id="speed" type="slider" arg="-delay %"
+  <number id="delay" type="slider" arg="-delay %"
           _label="Speed" _low-label="Slow" _high-label="Fast"
           low="0" high="80000" default="50000"
           convert="invert"/>
           low="1" high="100" default="20"
           convert="invert"/>
 
+  <select id="mode">
+    <option id="dumb" _label="Dump pipe"/>
+    <option id="pty"  _label="Use PTY" arg-set="-pty"/>
+  </select>
+
   <file id="program" _label="Text Program" arg="-program %"/>
 
   <!-- #### -font [fixed] -->
 
   <_description>
 Draws a simulation of an old terminal, with large pixels and
-long-sustain phosphor. It can run any program as a source of the text
-it displays.  Written by Jamie Zawinski.
+long-sustain phosphor.  This program is also a fully-functional VT100
+emulator!  
+
+The text can be the output of a program or the contents of a file or
+URL, as configured on the "Advanced" tab of the main Screensaver
+Preferences window.
+
+Written by Jamie Zawinski.
   </_description>
 </screensaver>