Posted 04 January 2013 - 10:31 PM
Hello. (again)
ehm.. im trying to make my own Operating System, (not for posting it online) but i want a "start" text to be displayed at the bottom line…
but. when doing this;
in this case, does i then need term.scroll(-1) ? (if that exists)
Can you help me?
Thanks in Advance :D/>
ehm.. im trying to make my own Operating System, (not for posting it online) but i want a "start" text to be displayed at the bottom line…
but. when doing this;
function printBorderD()
tT(colors.white)
tB(colors.blue)
tP(1,18)
print("Start")
end
; it just messes everything on the bottom line, up…in this case, does i then need term.scroll(-1) ? (if that exists)
Can you help me?
Thanks in Advance :D/>