Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local w,h = term.getSize()
- local myWindow = window.create(term.current(),27,1,w,11)
- term.redirect(myWindow)
- term.setBackgroundColor(colors.blue)
- term.clear()
- shell.run(shell)
- --shell.run(rom/programs/shell)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement