Re: Terminal control/Coloured text on Mac

2011-09-27 Thread Jon Kleiser
Hi Alex, On 9/27/11 1:48 PM, Alexander Burger wrote: Hi Jon, thanks for the feedback! :) 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")) Great! Perhaps you like to add it to the

Re: Terminal control/Coloured text on Mac

2011-09-27 Thread Alexander Burger
Hi Jon, thanks for the feedback! :) > 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")) Great! Perhaps you like to add it to the rosettacode page? Or should I do it? > The fla

Terminal control/Coloured text on Mac

2011-09-27 Thread Jon Kleiser
Hi Alex, I saw your recent entry here: 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 l