From: Mischa POSLAWSKY Date: Mon, 23 Sep 2019 13:18:02 +0000 (+0200) Subject: remove lower scan line from spark default X-Git-Tag: v1.06~3 X-Git-Url: http://git.shiar.nl/barcat.git/commitdiff_plain/160ad46ac34e34834b8fb128092f6e4942dd072e 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. --- 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',