From ba83e7e0b2c57bce189f38625b513aa92d964577 Mon Sep 17 00:00:00 2001 From: Mischa POSLAWSKY Date: Mon, 21 Dec 2015 01:07:01 +0100 Subject: [PATCH] termcol: specific ?order option (=ansi replaces ?v) Preparation to support other orders. --- termcol.plp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} ); -- 2.30.0