Hi Alex,

I saw your recent entry here:
<http://rosettacode.org/wiki/Terminal_control/Coloured_text#PicoLisp>

To get colored text on my Mac, I had to include "xterm-color" in the first line, like this:

(unless (member (sys "TERM") '("linux" "xterm" "xterm-color" "rxvt"))

The flashing of the last line didn't work, however. I got yellow text on some red (#990000) background. I'm no expert on these matters, so I don't know why it doesn't flash, or what could be done to fix it.

Thanks for the code anyway!

/Jon
--
UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe

Reply via email to