]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
* grub-core/term/gfxterm.c (grub_virtual_screen_setup): Start with
authorVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Fri, 2 Aug 2013 20:58:16 +0000 (22:58 +0200)
committerVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Fri, 2 Aug 2013 20:58:16 +0000 (22:58 +0200)
standard rather than noral color, in line with other terminals.

ChangeLog
grub-core/term/gfxterm.c

index 311ad0e3126ef169b85ca8de71094e50e1b22caf..ce78454fa9cb12bb18cd1bb9a4b556cc2714d0dd 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index 7e0067868b0169506c770480d9c966f1b15e1aff..e7806b92ca02889b0fa682722f39825024896f0b 100644 (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);