fix incline...
This commit is contained in:
@@ -16,8 +16,8 @@ local function reset()
|
|||||||
term.setCursorPos(1,1)
|
term.setCursorPos(1,1)
|
||||||
end
|
end
|
||||||
local function incline()
|
local function incline()
|
||||||
local x,y = term.getCursorPos()
|
local _,y = term.getCursorPos()
|
||||||
term.setCursorPos(x,y+1)
|
term.setCursorPos(1,y+1)
|
||||||
end
|
end
|
||||||
function term.setcol(fc, bc)
|
function term.setcol(fc, bc)
|
||||||
term.setTextColor(fc)
|
term.setTextColor(fc)
|
||||||
|
|||||||
Reference in New Issue
Block a user