CLI moved from curses to opengl
[clnl] / src / main / extensions / cli / cli.lisp
index 6d24da7fd941542af047f7054a6ebaa73a3ebc1d..4a445467a019b822ee485da4885a696812290c13 100644 (file)
@@ -16,7 +16,6 @@ DESCRIPTION:
   (list :name :help :type :command :args '((:token :optional)) :precedence 20 :func #'help)))
 
 (defun shut-down ()
- (cl-charms/low-level:endwin)
  (sb-ext:exit :abort t))
 
 (defun load-file (file)
@@ -31,5 +30,5 @@ DESCRIPTION:
     (:|:LOAD|
      (concatenate 'string
       ":load <filename> loads up a model into the current clnl instance."
-      " Try :load \"resources/models/Wolf Sheep Predation.nlogo\""))
+      " Try :load \"Wolf Sheep Predation.nlogo\""))
     (t (format nil "Don't have help for ~S" token))))))