So, I have just recently gotten into OpenComputers, after using CC for a long time. But something that I have noticed, that has been bugging me alot, is that I can't draw squares of different shapes and colors. Also I have been struggling to change the background color when running my program. Are there any integrated commands for this, or do I have to write a long snippet of code?
To make my point clear, I will give an example, as written in computercraft:
term.setBackgroundColor(colors.gray)
also,
term.setTextColor(colors.orange)
and:
paintutils.drawFilledBox(1,1,10,10,colors.whi