vendor/quickutils-package.lisp @ 0b1557603235

Add block box drawing border

I'm still not happy with the box-drawing UI.  I'm not sure what to do in the
case where there's no border.  Should the background expand to the full width?
author Steve Losh <steve@stevelosh.com>
date Wed, 05 Jul 2017 22:55:00 +0000
parents f61929db839b
children (none)
(eval-when (:compile-toplevel :load-toplevel :execute)
  (unless (find-package "BEARLIBTERMINAL.QUICKUTILS")
    (defpackage "BEARLIBTERMINAL.QUICKUTILS"
      (:documentation "Package that contains Quickutil utility functions.")
      (:use :cl))))

(in-package "BEARLIBTERMINAL.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)