Michael Ludwig schrieb am 09.06.2010 um 16:09 (+0200):

> http://code.google.com/p/joeldotfiles/source/browse/trunk/256colors2.pl
> 
> Fantastic! Works great on rxvt and MinTTY on Cygwin. I didn't know the
> terminal could be so colorful, used to think it was limited to 256
> colors.

And there are colors beyond 255, but it looks like they repeat:

$ perl
@c = map sprintf( "\x1b[48;5;%um%4u", $_, $_), 0 .. 1023;
print "@r\n" while @r = splice @c, 0, 32;

-- 
Michael Ludwig

Reply via email to