From b022e1f470e649992415e58101e317d516ddbbf5 Mon Sep 17 00:00:00 2001 From: neru Date: Wed, 7 May 2025 23:39:42 -0300 Subject: [PATCH] fix: typo, again!!!!!!! --- lua/CC Tweaked/tutel/tutel-host.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/CC Tweaked/tutel/tutel-host.lua b/lua/CC Tweaked/tutel/tutel-host.lua index 173bcc5..c702f8d 100644 --- a/lua/CC Tweaked/tutel/tutel-host.lua +++ b/lua/CC Tweaked/tutel/tutel-host.lua @@ -207,7 +207,7 @@ local function drawLogs(x0, y0, x1, y1) local drawnLines = 0 for i = #log.buffer - logOffset, 1, -1 do - if drawnLines > y then break end + if drawnLines > h then break end local entry = log.buffer[i] local format = logTypes[entry.type]