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

Setting background color of ENTIRE monitor.

Started by wakafanykai123, 12 May 2013 - 04:38 PM
wakafanykai123 #1
Posted 12 May 2013 - 06:38 PM
When i do
 m.setBackgroundColor(colors.lightGray) 
It just sets the background of my text. How do i get it to set the entire background?
KaoS #2
Posted 12 May 2013 - 06:39 PM

m.setBackgroundColor(colors.lightGray)
m.clear()