From d45fcf689869794c291665867818e4729bb23683 Mon Sep 17 00:00:00 2001 From: Julian Blake Kongslie Date: Thu, 22 Sep 2022 13:18:42 -0700 Subject: Add a blank line after the horizontal occurrences --- pt | 1 + 1 file changed, 1 insertion(+) (limited to 'pt') diff --git a/pt b/pt index 6797565..489a13a 100755 --- a/pt +++ b/pt @@ -73,6 +73,7 @@ $horiz.keys.sort.each do | occ | count = $horiz[occ].delete(" ").size $stdout.write(" #{($maxtime.to_f / count.to_f).round(2).to_s.rjust(5)} cyc/evt\n") end +$stdout.write("\n") mwidth = 0 -- cgit v1.2.3