78e1a10
From 9ecf176aa2951d848ca2d0ab23e663b2ddc1b336 Mon Sep 17 00:00:00 2001
f4c76c0
From: William Jon McCann <william.jon.mccann@gmail.com>
f4c76c0
Date: Fri, 7 Jun 2013 14:08:49 -0400
78e1a10
Subject: [PATCH 095/216] Use the correct indentation for the term help text
f4c76c0
f4c76c0
That is consistent with the menu help text
f4c76c0
---
f4c76c0
 grub-core/normal/main.c | 4 ++--
f4c76c0
 1 file changed, 2 insertions(+), 2 deletions(-)
f4c76c0
f4c76c0
diff --git a/grub-core/normal/main.c b/grub-core/normal/main.c
ec4acbb
index f57b7508a76..0ce59fdc3f0 100644
f4c76c0
--- a/grub-core/normal/main.c
f4c76c0
+++ b/grub-core/normal/main.c
f4c76c0
@@ -426,8 +426,8 @@ grub_normal_reader_init (int nested)
f4c76c0
     grub_normal_init_page (term, 1);
f4c76c0
     grub_term_setcursor (term, 1);
f4c76c0
 
f4c76c0
-    if (grub_term_width (term) > 3 + STANDARD_MARGIN + 20)
f4c76c0
-      grub_print_message_indented (msg_formatted, 3, STANDARD_MARGIN, term);
f4c76c0
+    if (grub_term_width (term) > 2 * STANDARD_MARGIN + 20)
f4c76c0
+      grub_print_message_indented (msg_formatted, STANDARD_MARGIN, STANDARD_MARGIN, term);
f4c76c0
     else
f4c76c0
       grub_print_message_indented (msg_formatted, 0, 0, term);
f4c76c0
     grub_putcode ('\n', term);
f4c76c0
-- 
ec4acbb
2.15.0
f4c76c0