1. Getting Console Text and Background Colors
- Posted by euphoric (admin) Aug 18, 2009
- 787 views
- Last edited Aug 19, 2009
Is there a function to return the text and background colors of the current position on the console?
atom txt = get_text_color(), bkc = get_bk_color() text_color(txt) bk_color(bkc)
2. Re: Getting Console Text and Background Colors
- Posted by DerekParnell (admin) Aug 19, 2009
- 767 views
euphoric said...
Is there a function to return the text and background colors of the current position on the console?
Yes. It is called "get_screen_char()" from std/console.e