On Jun 09 2010 16:48, Michael Ludwig wrote:
> 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

Hmm... on my system, I get the default color for any value above 255.
I'm using urxvt (rxvt-unicode).

-- 
Sterling (Chip) Camden | camdensoftware.com | chipstips.com | chipsquips.com

Reply via email to