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

can you have colored text on terminals?

Started by Lasere123456, 27 July 2012 - 02:59 PM
Lasere123456 #1
Posted 27 July 2012 - 04:59 PM
just a simple question:
can you have colored text on terminals?

want to use it for this:

print("————————————————-")
print("——————-Querry menu:——————")
print("————————————————-")
if rs.testBundledInput("back", colors.lime ) == true then
print("——————Status: Online—————–")
print("————————————————-")
print("———————Options:——————–")
print("————————————————-")
print("To turn the Querry off, type off.")
else
print("—————–Status: Offline—————–")
print("————————————————-")
print("———————Options:——————–")
print("————————————————-")
print("To turn the Querry on, type on.")
end
print("To get back to the main menu, type back.")
print("——————————————-")
write("Enter querry command: ")
BigSHinyToys #2
Posted 27 July 2012 - 05:05 PM
simple answer
NO

complex answer
it combined with monitors would cause huge sever load.
Lasere123456 #3
Posted 27 July 2012 - 05:11 PM
/sadface