X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/16b530ef1bda793f687168797b982d2c504efc81..ba83e7e0b2c57bce189f38625b513aa92d964577:/termcol.plp diff --git a/termcol.plp b/termcol.plp index 92bc4f8..0068a78 100644 --- a/termcol.plp +++ b/termcol.plp @@ -128,7 +128,7 @@ for my $term (@termlist) { } if (my $palette = $info->{list}) { - my $order = $get{v} && 'ansiorder'; + my $order = $get{order} && $get{order}.'order'; my $colours = colorder($palette, $info->{$order} // $palettes->{ $info->{parent} }->{$order} );