* grub-core/term/gfxterm.c: USe right background color when scrolling.

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2013-06-16 03:53:07 +02:00
parent 99c971afd3
commit 837222cc30
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2013-06-16 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/term/gfxterm.c: USe right background color when scrolling.
2013-06-16 Vladimir Serbinenko <phcoder@gmail.com>
Add support for processed coreboot payload chainloading.

View file

@ -721,7 +721,7 @@ real_scroll (void)
i = window.double_repaint ? 2 : 1;
color = virtual_screen.bg_color;
color = virtual_screen.bg_color_display;
while (i--)
{