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