X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/6f736d92d4ace32d9fbf2e5351073008e114d4f4..108d13f833e9daeff4ea1552e2e1bee1e0ed8c22:/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