forwarded 487399 [EMAIL PROTECTED] 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 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

