From 160ad46ac34e34834b8fb128092f6e4942dd072e Mon Sep 17 00:00:00 2001 From: Mischa POSLAWSKY Date: Mon, 23 Sep 2019 15:18:02 +0200 Subject: [PATCH] remove lower scan line from spark default Unlike other spark implementations, an additional -lowest- character U+23BD was added accidentally, which fits perfectly in Unifont, but may be very unreliable in other fonts. --- barcat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/barcat b/barcat index 9e4d0ae..1b7cd21 100755 --- a/barcat +++ b/barcat @@ -47,7 +47,7 @@ GetOptions(\%opt, $opt{'graph-format'} = substr $_[1], 0, 1; }, 'spark:s' => sub { - $opt{spark} = [split //, $_[1] || '⎽▁▂▃▄▅▆▇█']; + $opt{spark} = [split //, $_[1] || '▁▂▃▄▅▆▇█']; }, 'stat|s!', 'signal-stat=s', -- 2.30.0