20 lines
277 B
Common Lisp
20 lines
277 B
Common Lisp
(defpackage :cl-tty.slot
|
|
(:use :cl)
|
|
(:export
|
|
#:defslot
|
|
#:slot-render
|
|
#:slot-p
|
|
#:clear-slot
|
|
#:list-slots
|
|
#:*slots*))
|
|
|
|
(defpackage :cl-tty.slot
|
|
(:use :cl)
|
|
(:export
|
|
#:defslot
|
|
#:slot-render
|
|
#:slot-p
|
|
#:clear-slot
|
|
#:list-slots
|
|
#:*slots*))
|