From ed9a3ec614b1006986192772eabfade1b1d5afb8 Mon Sep 17 00:00:00 2001 From: neru Date: Wed, 7 May 2025 23:40:05 -0300 Subject: [PATCH] fix: old variable name --- 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 c702f8d..8e8415f 100644 --- a/lua/CC Tweaked/tutel/tutel-host.lua +++ b/lua/CC Tweaked/tutel/tutel-host.lua @@ -212,7 +212,7 @@ local function drawLogs(x0, y0, x1, y1) local entry = log.buffer[i] local format = logTypes[entry.type] - term.setCursorPos(1, endY - drawnLines) + term.setCursorPos(1, y1 - drawnLines) local prevColourBg = term.getBackgroundColour() local prevColourFg = term.getTextColour()