* grub-core/normal/menu_entry.c (print_up): Fix displacement of up
arrow. Reported by: Jordan Uggla.
This commit is contained in:
parent
1afcc914c5
commit
41cc919ef7
2 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,9 @@
|
|||
2010-11-18 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
* grub-core/normal/menu_entry.c (print_up): Fix displacement of up
|
||||
arrow.
|
||||
Reported by: Jordan Uggla.
|
||||
|
||||
2010-11-16 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
Make better UTF compliant.
|
||||
|
|
|
@ -172,7 +172,7 @@ static void
|
|||
print_up (int flag, struct per_term_screen *term_screen)
|
||||
{
|
||||
grub_term_gotoxy (term_screen->term, GRUB_TERM_LEFT_BORDER_X
|
||||
+ grub_term_entry_width (term_screen->term),
|
||||
+ grub_term_border_width (term_screen->term),
|
||||
GRUB_TERM_FIRST_ENTRY_Y);
|
||||
|
||||
if (flag)
|
||||
|
|
Loading…
Reference in a new issue