cl-ansi-text icon indicating copy to clipboard operation
cl-ansi-text copied to clipboard

Enables ANSI colors for printing.

Results 6 cl-ansi-text issues
Sort by recently updated
recently updated
newest added

Hi, I'd like to use 4 bit bold/bright color variants. Is this possible with cl-ansi-text? Thank you!

Just brainstorming a project here: Do you think `cl-ansi-text` can be used to implement [ansi2html](https://github.com/pycontribs/ansi2html) in CL? ansi2html is used by SourceHut's [CI/CD](https://git.sr.ht/~sircmpwn/builds.sr.ht/tree/master/item/buildsrht/blueprints/jobs.py#L373). If you were to implement it what...

This is a typical pitfall. `NIL` does not match any type. ```lisp (typep nil nil) => NIL (typep nil 'null) => T (typep '(0) '(cons fixnum nil)) => NIL (typep...

https://github.com/pnathan/cl-ansi-text/runs/1273510704 It'd be nice to have that green banner again. The error is odd, something about a GC invariant being invalidated while building roswell?

bug
needs-volunteer

https://twitter.com/jschauma/status/309781450398507010 "Unix tool writers: it'd be swell if you could not print ^[[0;33color code^[[0m escape sequences if output does not in fact go to a tty." This indicates that a...

enhancement

Add cl-test-grid support so that we can recognize when our code breaks on a certain implementation. Regrettably, I do not know of a way to verify correct color displays from...

enhancement