vendor/quickutils-package.lisp @ a537826e3141
Refactor actions, rearrange code Allows non-TTY actions to avoid `endwin`ing and blitting.
| author | Steve Losh <steve@stevelosh.com> |
|---|---|
| date | Thu, 10 May 2018 22:02:42 -0400 |
| parents | 6d47b460c878 |
| children | (none) |
(eval-when (:compile-toplevel :load-toplevel :execute) (unless (find-package "BROWS.QUICKUTILS") (defpackage "BROWS.QUICKUTILS" (:documentation "Package that contains Quickutil utility functions.") (:use :cl)))) (in-package "BROWS.QUICKUTILS") ;; need to define this here so sbcl will shut the hell up about it being ;; undefined when compiling quickutils.lisp. computers are trash. (defparameter *utilities* nil)