]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
* grub-core/normal/term.c (print_more): Return to normal and not
authorVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Sun, 29 Aug 2010 23:11:12 +0000 (01:11 +0200)
committerVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Sun, 29 Aug 2010 23:11:12 +0000 (01:11 +0200)
to standard state after printing "---MORE---".

ChangeLog
grub-core/normal/term.c

index 9e84cc88b09dc49bfd089e5e5560c26f41cba245..b59a6956959dcef402b2c8b23dd97b630ef21af5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+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):
index 02850ef4e6d957909e2c4f3648b73f35deb60afc..b55c0f06a78f2c3521f015577c231addb526a6be 100644 (file)
@@ -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);