Search found 2 matches
- Wed Jul 15, 2009 1:37 am
- Forum: Common Lisp
- Topic: terminal color output
- Replies: 10
- Views: 25164
Re: terminal color output
Thank you all for your answers, it works!
- Mon Jul 13, 2009 2:49 pm
- Forum: Common Lisp
- Topic: terminal color output
- Replies: 10
- Views: 25164
terminal color output
Hi,
is there a simple way of getting a colored output with sbcl? I need the same output as from the bash command. Any ideas
?
Thanks
--
JB
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"Thanks
--
JB