and again
This commit is contained in:
Binary file not shown.
@@ -217,6 +217,6 @@ for _, sl in ipairs(other) do
|
|||||||
end
|
end
|
||||||
|
|
||||||
if radius * 2 + 2 > #slices + #other then
|
if radius * 2 + 2 > #slices + #other then
|
||||||
terminal.write("\27[" .. radius * 2 + 2 .. "B")
|
terminal.write("\27[" .. (radius * 2 + 2) .. "B")
|
||||||
end
|
end
|
||||||
terminal.write("\n")
|
terminal.write("\n")
|
||||||
|
|||||||
Reference in New Issue
Block a user