examples/build.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)
(load "examples/map.lisp")
(sb-ext:gc :full t)
(sb-ext:save-lisp-and-die
  "map"
  :toplevel #'cl-blt.examples.map::main
  :executable t)