uncursed
Another TUI library, this time without curses.
$ area51 add uncursedCopyUsage
;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(uncursed:some-function ...)Another TUI library, this time without curses.
$ area51 add uncursedCopy;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(uncursed:some-function ...)