Hollis Blanchard <address@hidden> writes:
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 <address@hidden>
+
+ * 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...