* grub-core/normal/term.c (print_more): Return to normal and not
to standard state after printing "---MORE---".
This commit is contained in:
parent
3dca01d7e3
commit
9a9de209a2
2 changed files with 6 additions and 1 deletions
|
@ -86,7 +86,7 @@ print_more (void)
|
|||
{
|
||||
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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue