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 d0a70b561459
children (none)
(defpackage :brows
  (:use :cl :iterate :losh :brows.quickutils)
  (:export
    :define-action
    :toplevel))