X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/dc6b482b5e7e1d3d35b5193fc820c5e1afc29a6e..f467c45a5d41e959e438028ab7df4946fab93d30:/termcol.plp diff --git a/termcol.plp b/termcol.plp index c510cd2..281d33c 100644 --- a/termcol.plp +++ b/termcol.plp @@ -45,7 +45,7 @@ use List::Util qw( min max ); use POSIX qw( ceil ); my $palettes = do 'termcol.inc.pl'; -die "Cannot open palette data: $_\n" for $@ || $! || (); +Abort("Cannot open palette data", 501, $_) for $@ || $! || (); sub colcell { my $name = shift // return "\n";