* grub-core/term/gfxterm.c (grub_virtual_screen_setup): Start with

standard rather than noral color, in line with other terminals.
This commit is contained in:
Vladimir 'phcoder' Serbinenko 2013-08-02 22:58:16 +02:00
parent 4ed4139290
commit a62ae90c2b
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2013-08-02 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/term/gfxterm.c (grub_virtual_screen_setup): Start with
standard rather than noral color, in line with other terminals.
2013-08-02 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/partmap/dfly.c: Simplify dprintfs for easier gettext

View file

@ -249,7 +249,7 @@ grub_virtual_screen_setup (unsigned int x, unsigned int y,
virtual_screen.standard_color_setting = DEFAULT_STANDARD_COLOR;
virtual_screen.term_color = grub_term_normal_color;
virtual_screen.term_color = virtual_screen.standard_color_setting;
set_term_color (virtual_screen.term_color);