]> git.ipfire.org Git - thirdparty/grub.git/commit
2005-08-04 Marco Gerards <metgerards@student.han.nl>
authormarco_g <marco_g@localhost>
Thu, 4 Aug 2005 18:10:51 +0000 (18:10 +0000)
committermarco_g <marco_g@localhost>
Thu, 4 Aug 2005 18:10:51 +0000 (18:10 +0000)
commit267f6cd9ca7cc9f46c477f173f7dd9643ec6dcd5
tree25a9a7d44b0f55b669a17bde5ad49def1e5feb26
parent3be7266d9267b155ad0d11bd504162fac17a90a7
2005-08-04  Marco Gerards  <metgerards@student.han.nl>

* kern/term.c (grub_putcode): Use `grub_getwh' instead of
hardcoded value.

From Vincent Pelletier  <subdino2004@yahoo.fr>
* include/grub/term.h (GRUB_TERM_WIDTH, GRUB_TERM_HEIGHT):
Redefined to use grub_getwh.
(grub_term): New member named getwh.
(grub_getwh): New prototype.
* kern/term.c (grub_getwh): New function.
* term/i386/pc/console.c (grub_console_getwh): New function.
(grub_console_term): New member `getwh'.
* term/i386/pc/vga.c (grub_vga_getwh): New function.
(grub_vga_term): New member `getwh'.
* term/sparc64/ofconsole.c (grub_ofconsole_readkey): Use
grub_ssize_t.
(grub_ofconsole_getw): New function.
(grub_ofconsole_init): Use grub_ssize_t and unsigned char.
(grub_ofconsole_term): New field named getwh and new initial
value.
ChangeLog
include/grub/term.h
kern/term.c
term/i386/pc/console.c
term/i386/pc/vga.c
term/ieee1275/ofconsole.c