cl-termbox

MIT license

Bindings for termbox library, a minimalistic library for building text-mode applications without curses

$ area51 add cl-termboxCopy

Usage

;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(cl-termbox:some-function ...)

Dependencies