From: Vladimir 'phcoder' Serbinenko Date: Sun, 16 Jun 2013 01:53:07 +0000 (+0200) Subject: * grub-core/term/gfxterm.c: USe right background color when scrolling. X-Git-Tag: grub-2.02-beta1~967 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=837222cc30fc4babb55289737e5eddd538eb193f;p=thirdparty%2Fgrub.git * grub-core/term/gfxterm.c: USe right background color when scrolling. --- diff --git a/ChangeLog b/ChangeLog index 6240a3548..89020ed6e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2013-06-16 Vladimir Serbinenko + + * grub-core/term/gfxterm.c: USe right background color when scrolling. + 2013-06-16 Vladimir Serbinenko Add support for processed coreboot payload chainloading. diff --git a/grub-core/term/gfxterm.c b/grub-core/term/gfxterm.c index ae4a39030..b1d070762 100644 --- a/grub-core/term/gfxterm.c +++ b/grub-core/term/gfxterm.c @@ -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--) {