* grub-core/term/gfxterm.c (grub_virtual_screen_setup): Use
grub_term_normal_color, do not hardcode GRUB_TERM_DEFAULT_NORMAL_COLOR.
This commit is contained in:
parent
702da5c9bf
commit
5b06b53cbd
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2013-06-16 Andrey Borzenkov <arvidjaar@gmail.com>
|
||||
|
||||
* grub-core/term/gfxterm.c (grub_virtual_screen_setup): Use
|
||||
grub_term_normal_color, do not hardcode GRUB_TERM_DEFAULT_NORMAL_COLOR.
|
||||
|
||||
2013-06-16 Andrey Borzenkov <arvidjaar@gmail.com>
|
||||
|
||||
* conf/Makefile.extra-dist: Add grub-core/fs/cpio_common.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_DEFAULT_NORMAL_COLOR;
|
||||
virtual_screen.term_color = grub_term_normal_color;
|
||||
|
||||
set_term_color (virtual_screen.term_color);
|
||||
|
||||
|
|
Loading…
Reference in a new issue