fix incline...

This commit is contained in:
Justus Wolff
2026-02-14 22:25:53 +01:00
parent 75634babf4
commit 1fdd26a014

View File

@@ -16,8 +16,8 @@ local function reset()
term.setCursorPos(1,1)
end
local function incline()
local x,y = term.getCursorPos()
term.setCursorPos(x,y+1)
local _,y = term.getCursorPos()
term.setCursorPos(1,y+1)
end
function term.setcol(fc, bc)
term.setTextColor(fc)