Index: trunk/Ohana/src/kapa2/test/input
===================================================================
--- trunk/Ohana/src/kapa2/test/input	(revision 16037)
+++ trunk/Ohana/src/kapa2/test/input	(revision 16039)
@@ -5,9 +5,9 @@
   set y = yramp(a)
   set z = sqrt((x-256)^2 + (y-256)^2)
-  tvchannel 0
+  tvchannel 1
   tv x 0 512
-  tvchannel 1
+  tvchannel 2
   tv y 0 512
-  tvchannel 2
+  tvchannel 3
   tv z 0 512
 end
@@ -20,9 +20,13 @@
   set G = g*(g >= 0) + (g + 256)*(g < 0)
   set B = b*(b >= 0) + (b + 256)*(b < 0)
-  tvchannel 0
+  tvchannel 1
   tv R 0 256
-  tvchannel 1
+  tvchannel 2
   tv G 0 256
-  tvchannel 2
+  tvchannel 3
   tv B 0 256
+
+  tvcolor ruffcolor
+  sleep 1
+  tvcolor fullcolor
 end
