X-Git-Url: http://git.shiar.net/barcat.git/blobdiff_plain/016754c22c9ea37f25857c0ded629b053de34a35..881658b2821b25123b30489287af1da32e4985f7:/barcat diff --git a/barcat b/barcat index 0d843c1..995f669 100755 --- a/barcat +++ b/barcat @@ -193,9 +193,8 @@ sub sival { sub show_lines { state $nr = $opt{hidemin}; -@lines and @lines > $nr or return; @lines or return; -@lines > $nr or return unless $opt{hidemin}; +@lines > $nr or return; @order = sort { $b <=> $a } @order unless tied @order; my $maxval = $opt{maxval} // ( @@ -245,8 +244,6 @@ if ($opt{markers} and $size > 0) { } } -@lines > $nr or return if $opt{hidemin}; - say( color(31), sprintf('%*s', $lenval, $minval), color(90), '-', color(36), '+', @@ -451,6 +448,11 @@ or alternatively I<1;30> for bright black. In case of additional colors, the last is used for values equal to the maximum, the first for minima. If unspecified, these are green and red respectively (I<31 90 32>). +Multiple intermediate colors will be distributed +relative to the size of values. + +Predefined color schemes are named I and I, +or I and I for 256-color variants. =item --spark[=]