diff --git a/cakyrespa.cabal b/cakyrespa.cabal
--- a/cakyrespa.cabal
+++ b/cakyrespa.cabal
@@ -2,7 +2,7 @@
 cabal-version:	>= 1.6
 
 name:		cakyrespa
-version:	0.0.8
+version:	0.0.9
 stability:	Alpha
 license:	BSD3
 license-file:	LICENSE
@@ -26,5 +26,5 @@
     main-is:		cakyrespa.hs
     other-modules:	Language.Lojban.Read
     build-depends:	base >3 && <5, lojbanParser >= 0.1.5,
-        gluturtle >= 0.0.13, GLUT, yjsvg
+        gluturtle >= 0.0.15, GLUT, yjsvg
     ghc-options:	-Wall
diff --git a/src/cakyrespa.hs b/src/cakyrespa.hs
--- a/src/cakyrespa.hs
+++ b/src/cakyrespa.hs
@@ -15,6 +15,7 @@
 	rawArgs <- getArgs
 	_args <- initialize prgName rawArgs
 	f <- openField "cakyrespa" 640 480
+	prompt f ".i "
 	t <- newTurtle f
 --	pencolor t ((255, 255, 255) :: (Int, Int, Int))
 --	fillcolor t ((255, 255, 255) :: (Int, Int, Int))
