From f29770e3f02a778dd551ec4c60c46676bb669566 Mon Sep 17 00:00:00 2001 From: neru Date: Thu, 8 May 2025 13:01:24 -0300 Subject: [PATCH] feat: move command bar to top --- lua/CC Tweaked/tutel/tutel-host.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lua/CC Tweaked/tutel/tutel-host.lua b/lua/CC Tweaked/tutel/tutel-host.lua index 782a388..5242e6b 100644 --- a/lua/CC Tweaked/tutel/tutel-host.lua +++ b/lua/CC Tweaked/tutel/tutel-host.lua @@ -356,6 +356,8 @@ function updateScreen() drawLogs(1, 2, w, h - 1) drawStatusBar(h) + drawLogs(1, 2, w, h - 2) + drawStatusBar(2) end function pollEvents()