From 1f125d4bf3b2d11a1f1aae9f87562a150bebedf4 Mon Sep 17 00:00:00 2001 From: Mischa POSLAWSKY Date: Wed, 8 Dec 2010 03:01:25 +0100 Subject: [PATCH] termcol: monospaced terminal samples Hexadecimal values as to force equal widths. --- termcol.plp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/termcol.plp b/termcol.plp index 90f8a7c..5493c8a 100644 --- a/termcol.plp +++ b/termcol.plp @@ -35,7 +35,7 @@ sub colcell { "background:$css; color:$inverse; padding:0 1ex", $name, ); - $out .= sprintf '%s', "background:$_; color:$css", $minhex + $out .= sprintf '%s', "background:$_; color:$css", $minhex for @$sample; return "$out\n"; } -- 2.30.0