--- toast-linux	2004/08/29 21:35:06	1.110
+++ toast-linux	2004/08/29 22:17:43	1.111
@@ -1015,6 +1015,7 @@
 if [ "$1" = "init" ]; then
   [ -n "$TASK_INIT" ] && exit 0
   shift
+  echo -ne '\33[9;0]'
   for i in `seq 1 $LINES`; do echo; done
   TASK_INIT=1 exec "$@"
 fi