Bug#487399: Debian bug #487399 grub help list is wider then gfxmode=640 x 480
Felix Zielcke
fzielcke at z-51.de
Sun Jul 20 17:54:27 UTC 2008
forwarded 487399 grub-devel at gnu.org
thanks
I've already sent this patch to fix the empty lines
I'm providing it here just in case anyone wants this fixed and isn't reading grub-devel
Index: commands/help.c
===================================================================
--- commands/help.c (Revision 1723)
+++ commands/help.c (Arbeitskopie)
@@ -21,10 +21,11 @@
#include <grub/dl.h>
#include <grub/arg.h>
#include <grub/misc.h>
+#include <grub/term.h>
/* XXX: This has to be changed into a function so the screen can be
optimally used. */
-#define TERM_WIDTH 80
+#define TERM_WIDTH GRUB_TERM_WIDTH
More information about the Pkg-grub-devel
mailing list