#Lisp #CommonLisp #ASDF
I put a subsystem in our new communal https://codeberg.org/j9000/lispusers/src/branch/main/tfw/low/ansi.lisp monorepo for doing this:
git clone git@codeberg.org:j9000/lispusers
rlwrap ecl
(asdf:load-system :lispusers/tfw/low/ansi)
(format t "~/ansi:256-color/" 141) ; sets foreground to pale lilac
(format t "~:/ansi:256-color/" 142) ; sets background sickly snot-colored tbh
(format t "~/ansi:escape/" 5) ; sets blink
(princ 'hi)
(format t "~/ansi:escape/" 0) ; unsets all
Please merge request yourself to the repo too!
lispusers common-lisp group monorepo using package-inferred-system…
Codeberg.org