aboutsummaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
Diffstat (limited to 'util')
-rw-r--r--util/human/io.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/util/human/io.lua b/util/human/io.lua
index 8d987355..76553fac 100644
--- a/util/human/io.lua
+++ b/util/human/io.lua
@@ -110,6 +110,9 @@ local function new_table(col_specs, max_width)
width = math.max(tonumber(width), title and (#title+1) or 0);
widths[i] = width;
free_width = free_width - width;
+ if i > 1 then
+ free_width = free_width - #separator;
+ end
end
end
-- Calculate width of %-based columns