Re: Linux eubins and console colours
- Posted by DerekParnell (admin) Feb 10, 2010
- 1527 views
mattlewis said...
For me, using konsole under Linux, it was working fine with 3073 and 3082.
It seems that newer consoles use the AIX ANSI Escape sequences for bright colors but older ones (and MS-DOS) use the bold mode to brighten the colors.
Newer: \e[91m Older: \e[1;31m
I made the recent change just use the 'bold' method but we probably should implement a better option later.