From 9ab641e659696423d82a711091af049aef17c8c1 Mon Sep 17 00:00:00 2001 From: Mischa POSLAWSKY Date: Sat, 31 Oct 2015 16:50:35 +0100 Subject: [PATCH] termcol: rename game to arne, include version --- termcol.plp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/termcol.plp b/termcol.plp index be514c3..a0fe506 100644 --- a/termcol.plp +++ b/termcol.plp @@ -158,11 +158,11 @@ my %col = ( qw/ 000 000 161 373 117 237 511 267 711 733 661 663 141 625 555 777 /, ], - game => [ + arnegame => [ sprintf('%s', 'http://androidarts.com/palette/16pal.htm', - 'Generic 16 color game palette by Arne Niklas Jansson', - 'game', + 'Generic 16 color game palette v20 by Arne Niklas Jansson', + 'Arne', ), qw/ 000000::void 9D9D9D::ash FFFFFF::blind BE2633::bloodred E06F8B::pigmeat 493C2B::oldpoop A46422::newpoop EB8931::blaze @@ -172,7 +172,7 @@ my %col = ( ); my @termlist = qw( cga xterm tango app html xkcd ); -push @termlist, qw( c64 msx2 mac2 risc game ) if exists $get{v}; +push @termlist, qw( c64 msx2 mac2 risc arnegame ) if exists $get{v}; for my $term (@termlist) { print '', "\n"; printf "\n", $col{$term}[0] || $term; -- 2.30.0
%s