Re: Console colour behaviour change in Linux
- Posted by DerekParnell (admin) Oct 23, 2010
- 1402 views
svn:3554 now contains the function console_colors() in std/graphics.e, which can be used to set up your specific color code values for the console your application is running on. In other words, if you need the background color called YELLOW to actually use the BROWN value, you can use this function to do that.