X-Git-Url: http://git.shiar.net/sheet.git/blobdiff_plain/01d61f72fed7ac041786ea69d1b080f45a4c49d1..7713d82f979bdb6eb47c41b4e3b2ce198b6acd2a:/termcol.plp diff --git a/termcol.plp b/termcol.plp index 6f7a55d..f2dde7f 100644 --- a/termcol.plp +++ b/termcol.plp @@ -35,14 +35,13 @@ print
<: -use 5.010; use Shiar_Sheet::Colour 1.04; use List::Util qw( min max ); use POSIX qw( ceil ); my $palettes = do 'termcol.inc.pl'; die "Cannot open palette data: $_\n" for $@ || $! || (); -my $more = do 'termcol-xcolor.inc.pl'; +my $more = do 'termcol-xcolor.inc.pl' || {}; $palettes = {%$palettes, %$more}; sub colcell {