We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
FSNAME
NAME
1 parent fb210d8 commit a7ff544Copy full SHA for a7ff544
lsblk.lua
@@ -39,7 +39,7 @@ local MARKER_LAST = 2
39
local TYPE_DISK = "disk"
40
local TYPE_PART = "part"
41
42
-local VERSION = "0.3.0"
+local VERSION = "0.3.1"
43
44
-------------------------
45
--- Utility functions ---
@@ -335,7 +335,7 @@ end
335
336
-- Calculate the maximum display width needed for certain fields.
337
local function max_field_lengths(devices, humanize)
338
- local max_lens = { fstype = 1, name = 1, size = 6 }
+ local max_lens = { fstype = 6, name = 4, size = 6 }
339
340
for _, device in ipairs(devices) do
341
-- Use byte length for `string.format`.
0 commit comments