diff options
Diffstat (limited to 'util')
-rw-r--r-- | util/human/io.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/human/io.lua b/util/human/io.lua index 9654f461..5c826176 100644 --- a/util/human/io.lua +++ b/util/human/io.lua @@ -128,7 +128,7 @@ local function ellipsis(s, width) end local function new_table(col_specs, max_width) - max_width = max_width or term_width(os.getenv("COLUMNS") or 80); + max_width = max_width or term_width(80); local separator = " | "; local widths = {}; |