browser: match support percentage with multiple comment markers
[sheet.git] / termcol.inc.pl
index d82b265e2c594b06ca331e7c4befeba7769f6f94..f0eb84d9549021da6caaa26512047d6b91bdd80a 100644 (file)
@@ -249,6 +249,34 @@ use Shiar_Sheet::Colour '1.02';
                ],
                parent => 'cpc',
        },
+       ppu => {
+               name => '<abbr title="Picture Processing Unit">PPU</abbr> (Famicom/NES)',
+               table => [
+                       do {
+                               my @rgb = qw(
+                                       333 555 777 777
+                                       014 036 357 567
+                                       006 027 447 657
+                                       326 407 637 757
+                                       403 507 707 747
+                                       503 704 737 755
+                                       510 700 740 764
+                                       420 630 750 770
+                                       320 430 660 773
+                                       120 140 360 572
+                                       031 040 070 473
+                                       000 053 000 276
+                                       022 044 077 467
+                                       111 222 444 666
+                               );
+                               map { [
+                                       map { [ $_, map { $_ * 255 / 7 } split // ] }
+                                       map { $rgb[$_] }
+                                       $_*4 .. $_*4+3
+                               ] } 0..13
+                       }
+               ],
+       },
        ansi88 => {
                name => 'rxvt 88 colour extension',
                rgbmap => [
@@ -261,7 +289,6 @@ use Shiar_Sheet::Colour '1.02';
        },
        ansi256 => {
                name => 'xterm 256 colour extension',
-               href => 'http://web.archive.org/web/20130125000058/http://www.frexx.de/xterm-256-notes/',
                # \033[38;5;${FG}m
                rgbmap => [
                        6 => sub {