From a62ae90c2b5045fa25b0d5d36fd2036b788099ba Mon Sep 17 00:00:00 2001 From: Vladimir 'phcoder' Serbinenko Date: Fri, 2 Aug 2013 22:58:16 +0200 Subject: [PATCH] * grub-core/term/gfxterm.c (grub_virtual_screen_setup): Start with standard rather than noral color, in line with other terminals. --- ChangeLog | 5 +++++ grub-core/term/gfxterm.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 311ad0e31..ce78454fa 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2013-08-02 Vladimir Serbinenko + + * 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 * grub-core/partmap/dfly.c: Simplify dprintfs for easier gettext diff --git a/grub-core/term/gfxterm.c b/grub-core/term/gfxterm.c index 7e0067868..e7806b92c 100644 --- a/grub-core/term/gfxterm.c +++ b/grub-core/term/gfxterm.c @@ -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); -- 2.47.2