From: Henry N. <hen...@ar...> - 2009-11-09 21:46:32
|
For more you need to change the "terminfo". That would be hardly. Bashish is perhaps an other interesting for you? http://bashish.sourceforge.net/ I don't have tested. Not all will work on the colinux console (no graphics, and no palette manipulation). -- Henry enveru wrote: > Henry Nestler, thank for the reply! > I have been told this solution a while ago, but didn't like it because > it has issue. The background color becomes grey, not white. And also > after running a fullscreen application like nano or man for example, > the color is reset to white on black. > > On 09.11.2009, Henry Nestler wrote: > >> Henry Nestler wrote: >> >>> Run this in you Linux prompt: >>> echo -ne "\022[30;40m" >>> >>> > >> Sorry, not black on black, and wrong ESC code! >> That does it better: >> > >> echo -ne "\033[30;47m" >> |