display_text_image

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

Here's the example program for std/console.e display_text_image():

clear_screen()  
display_text_image({1,1}, {{'A', WHITE, 'B', GREEN},  
                           {'C', RED+16*WHITE},  
                           {'D', BLUE}}) 

On Linux with a gnome terminal, the first line with AB does not show at all, the second line is C with black text on white bkgnd, the third line is D in red with black bkgnd.

Anyone want to confirm that this works/fails on other terminals?

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

Search



Quick Links

User menu

Not signed in.

Misc Menu