grub/term
robertmh 761ca975a9 2008-11-12 Robert Millan <rmh@aybabtu.com>
Fix a regression introduced by the at_keyboard.mod split.  Because
        some terminals are default on some platforms and non-default on
        others, the first terminal being registered determines which is
        going to be default.

        * kern/term.c (grub_term_register_input): If this is the first
        terminal being registered, set it as the current one.
        (grub_term_register_output): Likewise.

        * term/efi/console.c (grub_console_init): Do not call
        grub_term_set_current_output() or grub_term_set_current_input().
        * term/ieee1275/ofconsole.c (grub_console_init): Likewise.
        * term/i386/pc/console.c (grub_console_init): Likewise.
        (grub_console_fini): Do not call grub_term_set_current_input()
        (but leave grub_term_set_current_output() to restore text mode).
2008-11-11 23:16:54 +00:00
..
efi 2008-11-12 Robert Millan <rmh@aybabtu.com> 2008-11-11 23:16:54 +00:00
i386/pc 2008-11-12 Robert Millan <rmh@aybabtu.com> 2008-11-11 23:16:54 +00:00
ieee1275 2008-11-12 Robert Millan <rmh@aybabtu.com> 2008-11-11 23:16:54 +00:00
gfxterm.c 2008-11-07 Robert Millan <rmh@aybabtu.com> 2008-11-07 19:11:39 +00:00
terminfo.c 2008-05-31 Michael Gorven <michael@gorven.za.net> 2008-05-31 15:46:48 +00:00
tparm.c 2008-07-01 Pavel Roskin <proski@gnu.org> 2008-07-02 00:54:18 +00:00