From 9cf79a40015bb9fcbbefe8c25a2a19cb60652c31 Mon Sep 17 00:00:00 2001 From: neru Date: Tue, 6 May 2025 20:10:34 -0300 Subject: [PATCH] fix: wrong variable --- 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 5ee1028..90e1221 100644 --- a/lua/CC Tweaked/tutel/tutel-host.lua +++ b/lua/CC Tweaked/tutel/tutel-host.lua @@ -265,7 +265,7 @@ function updateScreen() end end - drawLogs(2, w - 1) + drawLogs(2, h - 1) end --[[