Re: Displaying colored text on console

new topic     » goto parent     » topic index » view thread      » older message » newer message

Try this:

include std/graphics.e 
puts(1,"This is an ") 
text_color(BRIGHT_RED) 
puts(1,"important") 
text_color(WHITE) 
puts(1," notice.") 

Pete

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu