Blame SOURCES/0110-Indent-menu-entries.patch

f725e3
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
f725e3
From: William Jon McCann <william.jon.mccann@gmail.com>
f725e3
Date: Fri, 7 Jun 2013 14:30:55 -0400
f725e3
Subject: [PATCH] Indent menu entries
f725e3
f725e3
---
f725e3
 grub-core/normal/menu_text.c | 3 ++-
f725e3
 1 file changed, 2 insertions(+), 1 deletion(-)
f725e3
f725e3
diff --git a/grub-core/normal/menu_text.c b/grub-core/normal/menu_text.c
f725e3
index aa3454ff525..01b6f1c739f 100644
f725e3
--- a/grub-core/normal/menu_text.c
f725e3
+++ b/grub-core/normal/menu_text.c
f725e3
@@ -239,7 +239,8 @@ print_entry (int y, int highlight, grub_menu_entry_t entry,
f725e3
       unicode_title[i] = ' ';
f725e3
 
f725e3
   if (data->geo.num_entries > 1)
f725e3
-    grub_putcode (' ', data->term);
f725e3
+    for (i = 0; i < STANDARD_MARGIN; i++)
f725e3
+      grub_putcode (' ', data->term);
f725e3
 
f725e3
   grub_print_ucs4_menu (unicode_title,
f725e3
 			unicode_title + len,