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: ")
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: ")