Colorize text. The reference comes from: ANSI reference sheet and full reference is vt100 spec.
Colorize text. The reference comes from: [ANSI reference sheet](https://gist.github.com/ConnerWill/d4b6c776b509add763e17f9f113fd25b) and full reference is [vt100 spec](https://vt100.net/docs/vt100-ug/chapter3.html).
(line-with-bg text color)
(move-bol-down nb-lines-down)
(move-bol-up nb-lines-up)
(move-column col)
(move-down n)
(move-left n)
(move-right n)
(move-to line column)
(move-up n)
(underline text)
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close