mirror of
https://git.proxmox.com/git/grub2
synced 2025-08-08 02:52:41 +00:00
* grub-core/term/gfxterm.c: USe right background color when scrolling.
This commit is contained in:
parent
99c971afd3
commit
837222cc30
@ -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>
|
2013-06-16 Vladimir Serbinenko <phcoder@gmail.com>
|
||||||
|
|
||||||
Add support for processed coreboot payload chainloading.
|
Add support for processed coreboot payload chainloading.
|
||||||
|
@ -721,7 +721,7 @@ real_scroll (void)
|
|||||||
|
|
||||||
i = window.double_repaint ? 2 : 1;
|
i = window.double_repaint ? 2 : 1;
|
||||||
|
|
||||||
color = virtual_screen.bg_color;
|
color = virtual_screen.bg_color_display;
|
||||||
|
|
||||||
while (i--)
|
while (i--)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user