2005-11-09 Hollis Blanchard <hollis@penguinppc.org>
* 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'. (grub_ofconsole_getwh): Set and return `grub_ofconsole_width' and `grub_ofconsole_height'. Return early if these are already set.
This commit is contained in:
parent
a8fcf2065b
commit
d13ea639a8
2 changed files with 50 additions and 36 deletions
|
@ -1,3 +1,12 @@
|
|||
2005-11-09 Hollis Blanchard <hollis@penguinppc.org>
|
||||
|
||||
* 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'.
|
||||
(grub_ofconsole_getwh): Set and return `grub_ofconsole_width' and
|
||||
`grub_ofconsole_height'. Return early if these are already set.
|
||||
|
||||
2005-11-07 Vincent Pelletier <subdino2004@yahoo.fr>
|
||||
|
||||
* conf/sparc64-ieee1275.rmk (grub_emu_SOURCES): Add
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue