From ab4ab9633999fc6f3a89c7217953e90fba56ce49 Mon Sep 17 00:00:00 2001 From: tema5002 Date: Sat, 20 Jun 2026 21:26:12 +0300 Subject: [PATCH] and again --- release/halyde/apps/profile.lua | Bin 2068 -> 2069 bytes src/halyde/apps/profile.lua | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/release/halyde/apps/profile.lua b/release/halyde/apps/profile.lua index 9bafff8f2cb005e10df7094065b7726b4ba33c1a..ed9a9fdcc269bf70f702ed6130c872ab66f4db31 100644 GIT binary patch delta 26 hcmbOtFjZg!Gl$S-Rw1JlRz@2J9u0v-E&x)K1zZ3C delta 25 gcmbO#FhyVkGl!rC17i{^qZI>>8bd%#o{}aP072*kf&c&j 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")