refactor: rewrite TransNode and use main_loop in process instead of buffer function
This commit is contained in:
parent
9b8c091a33
commit
b44ab4bf2e
@ -73,7 +73,6 @@ local function format(args)
|
|||||||
wid = wid + args[i][1]:width()
|
wid = wid + args[i][1]:width()
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
||||||
local space = math.max(math.floor((width - wid) / (size - 1)), 0)
|
local space = math.max(math.floor((width - wid) / (size - 1)), 0)
|
||||||
args.step = spin:rep(space)
|
args.step = spin:rep(space)
|
||||||
args.width = nil
|
args.width = nil
|
||||||
|
Loading…
x
Reference in New Issue
Block a user