termcol: move ansi88 to legacy page
authorMischa POSLAWSKY <perl@shiar.org>
Wed, 20 Oct 2021 21:39:27 +0000 (23:39 +0200)
committerMischa POSLAWSKY <perl@shiar.org>
Mon, 25 Oct 2021 14:33:21 +0000 (16:33 +0200)
Rarely used since rxvt-unicode compiles with 256 colours by default
(even in Debian nowadays).

termcol.inc.pl

index f5a48f0478cfd7ef100de1a1841656cdaab4b01b..3a6c4081441edd32ac3dc540c92dd64cfe81f356 100644 (file)
@@ -3,10 +3,10 @@ use utf8;
 use Shiar_Sheet::Colour 1.05;
 
 +{
-       default => [qw( ansi ansi88 ansi256 )],
-       more    => [qw( ansi mirc pastel slutty solarized ansi88 ansi256 )],
+       default => [qw( ansi ansi256 )],
+       more    => [qw( ansi zxarne mirc pastel slutty solarized ansi88 ansi256 )],
        ansi    => [qw( cga putty xterm ubuntu tango app campbell html cgarne )],
-       legacy  => [qw( c64 msx mac2 risc arnegame db16 cpc cpcboy shiar32 ppu 2c03 shovel 64 )],
+       legacy  => [qw( c64 msx mac2 risc arnegame db16 cpc cpcboy shiar32 ppu 2c03 shovel 64 ansi88 )],
 
        xcolors => sub {
                my $pals = do 'data/termcol-xcolor.inc.pl' or die $! || $@;