vendor/make-quickutils.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 6de2b94783d5
children (none)
(ql:quickload 'quickutil)

(qtlc:save-utils-as
  "quickutils.lisp"
  :utilities '(

               :compose
               :curry
               :ensure-boolean
               :ensure-list
               :mkstr
               :once-only
               :rcurry
               :read-file-into-string
               :symb
               :with-gensyms

               )
  :package "BEARLIBTERMINAL.QUICKUTILS")