This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
Ace_case's profile picture

Clear

Started by Ace_case, 11 December 2012 - 11:45 AM
Ace_case #1
Posted 11 December 2012 - 12:45 PM
Is there a way to clear the console?


EDIT: Nevermind
dissy #2
Posted 11 December 2012 - 01:59 PM
Just put whiteout over the text on the monitor!
PixelToast #3
Posted 11 December 2012 - 02:03 PM
shell.run("clear")
shell.run("rom/programs/clear")

term.clear()
term.setCursorPos(1,1)