feat: move command bar to top

This commit is contained in:
2025-05-08 13:01:24 -03:00
parent 63c3e4e273
commit f29770e3f0
+2
View File
@@ -356,6 +356,8 @@ function updateScreen()
drawLogs(1, 2, w, h - 1) drawLogs(1, 2, w, h - 1)
drawStatusBar(h) drawStatusBar(h)
drawLogs(1, 2, w, h - 2)
drawStatusBar(2)
end end
function pollEvents() function pollEvents()