stack|s
}) or exit 1;
-$opt{stack} = 1 unless $opt{cancel} or $opt{overlay};
+$opt{overlay} = 1 unless $opt{cancel} or $opt{stack};
my @terminal = GetTerminalSize;
my $width = $terminal[0] - 11;
"+" x ($add && 1 + $add * $scale),
"-" x ($del && 1 + $del * $scale);
}
-printf " \e[33m#\e[0m <- %-8d %s %8d ->\n",
+printf " \e[33m#\e[0m <- %-8.1f %s %8d ->\n",
1/$scale,
" " x ($width - 25),
$max;