Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local w,h = term.getSize()
- local comp = window.create(term.current(),1,1,26,20)
- --local comp2 = window.create(term.current(),27,21,w,h)
- term.setBackgroundColor(colors.lightBlue)
- term.clear()
- comp.clear()
- --term.redirect(comp2)
- --shell.run(shell.resolveProgram("shell"))
- term.redirect(comp)
- shell.run(shell.resolveProgram("shell"))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement