* grub-core/term/gfxterm.c: USe right background color when scrolling.
This commit is contained in:
parent
99c971afd3
commit
837222cc30
2 changed files with 5 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -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--)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue