* grub-core/normal/term.c (print_more): Make \r or \n scroll one

line, and other keys scroll an entire page (previous handling was
for \r and \n to scroll a page and other keys to scroll two lines).
This commit is contained in:
Colin Watson 2010-12-18 17:37:48 +00:00
parent e1dffcf270
commit 32570200a8
2 changed files with 10 additions and 4 deletions

View file

@ -1,3 +1,9 @@
2010-12-18 Colin Watson <cjwatson@ubuntu.com>
* grub-core/normal/term.c (print_more): Make \r or \n scroll one
line, and other keys scroll an entire page (previous handling was
for \r and \n to scroll a page and other keys to scroll two lines).
2010-12-18 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/loader/i386/multiboot_mbi.c (grub_multiboot_make_mbi):