Page 2 of 2

Re: terminal color output

Posted: Thu Jul 16, 2009 5:31 pm
by findinglisp
Paul wrote:
Jose Brava wrote:Hi,

is there a simple way of getting a colored output with sbcl? I need the same output as from the

Code: Select all

echo -e "\033[34mBlah"
bash command. Any ideas ;)?

Thanks
--
JB
http://users.actrix.co.nz/mycroft/terminfo.lisp

(ti:set-terminal)
(ti:tputs ti:set-a-foreground 4)
Yes, highly recommended.