to standard state after printing "---MORE---".
+2010-08-30 Vladimir Serbinenko <phcoder@gmail.com>
+
+ * grub-core/normal/term.c (print_more): Return to normal and not
+ to standard state after printing "---MORE---".
+
2010-08-30 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/term/i386/vga_common.c (grub_console_setcolorstate):
{
grub_print_ucs4 (unicode_str, unicode_last_position, 0, 0, term);
}
- grub_setcolorstate (GRUB_TERM_COLOR_STANDARD);
+ grub_setcolorstate (GRUB_TERM_COLOR_NORMAL);
grub_free (unicode_str);