Hollis Blanchard <[EMAIL PROTECTED]> writes: > This patch fixes the line-wrapping problems we've been having on > PPC. I rearranged grub_ofconsole_getwh() slightly to avoid excessive > indentation. I will apply soon unless people criticize my ChangeLog > entry. ;)
Great! This was a very annoying bug. > Index: ChangeLog > =================================================================== > RCS file: /cvsroot/grub/grub2/ChangeLog,v > retrieving revision 1.193 > diff -u -p -r1.193 ChangeLog > --- ChangeLog 7 Nov 2005 22:28:55 -0000 1.193 > +++ ChangeLog 8 Nov 2005 04:50:12 -0000 > @@ -1,3 +1,12 @@ > +2005-11-03 Hollis Blanchard <[EMAIL PROTECTED]> > + > + * term/ieee1275/ofconsole.c (grub_ofconsole_width): New variable. > + (grub_ofconsole_height): Likewise. > + (grub_ofconsole_putchar): If grub_curr_x exceeds console width, > + manually insert a '\n'. This won't work if the width can not be read from the firmware. IIRC the pegasos has such bug. I should have a look at that... Feel free to apply the patch. :-) Thanks, Marco _______________________________________________ Grub-devel mailing list Grub-devel@gnu.org http://lists.gnu.org/mailman/listinfo/grub-devel