termcol: compile.png as default comparison image
authorMischa POSLAWSKY <perl@shiar.org>
Thu, 2 Apr 2020 00:38:05 +0000 (02:38 +0200)
committerMischa POSLAWSKY <perl@shiar.org>
Wed, 6 May 2020 01:18:07 +0000 (03:18 +0200)
Made a compilation of various screenshots instead of a specific game.

termcol.plp

index 281d33ca5958290a0ecb4fef2787a48057f8767b..86ccd4526ee67e9f33bb7221aa78641731b91bb7 100644 (file)
@@ -16,7 +16,7 @@ Html({
 });
 
 my @draw = map { [$_, s/\W+\z//] } grep { $_ } split m(/),
-       $get{img} // exists $get{img} && 'indi.png';
+       $get{img} // exists $get{img} && 'compile.png';
 
 my @termlist;
 push @termlist, split /\W+/, $Request || 'default';