diff --git a/release/halyde/apps/profile.lua b/release/halyde/apps/profile.lua index 9bafff8..ed9a9fd 100644 Binary files a/release/halyde/apps/profile.lua and b/release/halyde/apps/profile.lua differ diff --git a/src/halyde/apps/profile.lua b/src/halyde/apps/profile.lua index aa23ef9..78da0d7 100644 --- a/src/halyde/apps/profile.lua +++ b/src/halyde/apps/profile.lua @@ -217,6 +217,6 @@ for _, sl in ipairs(other) do end if radius * 2 + 2 > #slices + #other then - terminal.write("\27[" .. radius * 2 + 2 .. "B") + terminal.write("\27[" .. (radius * 2 + 2) .. "B") end terminal.write("\n")