* 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
|
@ -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…
Add table
Add a link
Reference in a new issue