From 3c7836c5137783d37fbbf08cfdc5b7bc04246360 Mon Sep 17 00:00:00 2001 From: neru Date: Thu, 8 May 2025 13:10:15 -0300 Subject: [PATCH] docs: add logs to-do comment --- lua/CC Tweaked/tutel/tutel-host.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/CC Tweaked/tutel/tutel-host.lua b/lua/CC Tweaked/tutel/tutel-host.lua index ee201d0..f909401 100644 --- a/lua/CC Tweaked/tutel/tutel-host.lua +++ b/lua/CC Tweaked/tutel/tutel-host.lua @@ -277,6 +277,7 @@ registerEventListener("key", handleConsoleKeys) --[[ drawing functions ]] +-- to-do: dont apply offset based on log entries but on lines function drawLogs(x0, y0, x1, y1) local w = x1 - x0 local h = y1 - y0