X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/b22f63ba31441200ca915c64445d5a87d146c327..c653ee1e246168ec0cae4541a06c836aecdbb190:/termcol.plp diff --git a/termcol.plp b/termcol.plp index ddf6eb4..3aece81 100644 --- a/termcol.plp +++ b/termcol.plp @@ -18,7 +18,7 @@ my @draw = map { [$_, s/\W+\z//] } grep { $_ } split m(/), $get{img} // exists $get{img} && 'indi.png'; my @termlist; -push @termlist, split /\W+/, $ENV{PATH_INFO} || 'default'; +push @termlist, split /\W+/, $Request || 'default'; :>

Terminal colours