Leon_Lejon

CC OS 2 clear

Jun 6th, 2024 (edited)
363
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. term.setBackgroundColor(colors.black)
  2. term.clear()
  3. term.setTextColor(colors.green)
  4. term.setCursorPos(1,1)
  5. print("To return type 'back'")
  6. print("--------------------------------------------")
  7. paintutils.drawLine(1, 2, 100, 2, colors.green)
  8. term.setTextColor(colors.black)
Advertisement
Add Comment
Please, Sign In to add comment